Re: [PATCH 2/5] Register ext3dev filesystem

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi!

> Register ext4 filesystem as ext3dev filesystem in kernel.
> 
> Signed-Off-By: Mingming Cao<[email protected]>
> 
> 
> ---
> 
>  linux-2.6.18-rc4-ming/fs/Kconfig                |   74 ++++++++++++++++++++++--
>  linux-2.6.18-rc4-ming/fs/Makefile               |    1 
>  linux-2.6.18-rc4-ming/fs/ext4/Makefile          |   10 +--
>  linux-2.6.18-rc4-ming/fs/ext4/acl.h             |    6 -
>  linux-2.6.18-rc4-ming/fs/ext4/file.c            |    2 
>  linux-2.6.18-rc4-ming/fs/ext4/inode.c           |    2 
>  linux-2.6.18-rc4-ming/fs/ext4/namei.c           |    6 -
>  linux-2.6.18-rc4-ming/fs/ext4/super.c           |   20 +++---
>  linux-2.6.18-rc4-ming/fs/ext4/symlink.c         |    4 -
>  linux-2.6.18-rc4-ming/fs/ext4/xattr.c           |    8 +-
>  linux-2.6.18-rc4-ming/fs/ext4/xattr.h           |    8 +-
>  linux-2.6.18-rc4-ming/include/linux/ext4_fs_i.h |    4 -
>  12 files changed, 106 insertions(+), 39 deletions(-)
> 
> diff -puN fs/ext4/super.c~register-ext3dev fs/ext4/super.c
> --- linux-2.6.18-rc4/fs/ext4/super.c~register-ext3dev	2006-08-09 15:41:29.273105685 -0700
> +++ linux-2.6.18-rc4-ming/fs/ext4/super.c	2006-08-09 15:41:29.317106042 -0700
> @@ -447,7 +447,7 @@ static struct inode *ext4_alloc_inode(st
>  	ei = kmem_cache_alloc(ext4_inode_cachep, SLAB_NOFS);
>  	if (!ei)
>  		return NULL;
> -#ifdef CONFIG_EXT4_FS_POSIX_ACL
> +#ifdef CONFIG_EXT3DEV_FS_POSIX_ACL

Is it really neccessary to rename *all* the config options?

-- 
Thanks for all the (sleeping) penguins.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[Index of Archives]     [Kernel Newbies]     [Netfilter]     [Bugtraq]     [Photo]     [Stuff]     [Gimp]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Video 4 Linux]     [Linux for the blind]     [Linux Resources]
  Powered by Linux