[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080328202032.GB3974@ucw.cz>
Date: Fri, 28 Mar 2008 21:20:33 +0100
From: Pavel Machek <pavel@....cz>
To: Bob Copeland <me@...copeland.com>
Cc: linux-kernel@...r.kernel.org, linux-fsdevel@...r.kernel.org
Subject: Re: [PATCH 2/7] omfs: add inode routines
On Wed 2008-03-26 20:45:55, Bob Copeland wrote:
> Add basic superblock and inode handling routines for OMFS
>
> Signed-off-by: Bob Copeland <me@...copeland.com>
> ---
> fs/omfs/inode.c | 496 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
> 1 files changed, 496 insertions(+), 0 deletions(-)
> create mode 100644 fs/omfs/inode.c
>
> diff --git a/fs/omfs/inode.c b/fs/omfs/inode.c
> new file mode 100644
> index 0000000..b1cad5e
> --- /dev/null
> +++ b/fs/omfs/inode.c
> @@ -0,0 +1,496 @@
> +/*
> + * Optimized MPEG FS - inode and super operations.
> + * Copyright (C) 2006 Bob Copeland <me@...copeland.com>
> + */
If you have copyright, add GPL notice, too.
--
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists