Re: [PATCH 2/7] omfs: add inode routines

From: Pavel Machek
Date: Fri Mar 28 2008 - 16:20:50 EST


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@xxxxxxxxxxxxxxx>
> ---
> 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@xxxxxxxxxxxxxxx>
> + */

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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/