From: Pavel Machek <pavel@suse.cz>
To: Mingming Cao <cmm@us.ibm.com>
Cc: akpm@osdl.org, linux-kernel@vger.kernel.org,
ext2-devel@lists.sourceforge.net, linux-fsdevel@vger.kernel.org
Subject: Re: [PATCH 2/5] Register ext3dev filesystem
Date: Tue, 15 Aug 2006 15:25:14 +0000 [thread overview]
Message-ID: <20060815152513.GC4032@ucw.cz> (raw)
In-Reply-To: <1155172642.3161.74.camel@localhost.localdomain>
Hi!
> Register ext4 filesystem as ext3dev filesystem in kernel.
>
> Signed-Off-By: Mingming Cao<cmm@us.ibm.com>
>
>
> ---
>
> 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.
next prev parent reply other threads:[~2006-08-15 18:58 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-08-10 1:17 [PATCH 2/5] Register ext3dev filesystem Mingming Cao
2006-08-10 9:20 ` [Ext2-devel] " Erik Mouw
2006-08-10 17:33 ` Randy.Dunlap
2006-08-10 17:59 ` Theodore Tso
2006-08-10 19:53 ` Jeff Garzik
2006-08-10 20:08 ` Dave Kleikamp
2006-08-10 20:22 ` John Stoffel
2006-08-10 20:24 ` Jeff Garzik
2006-08-10 21:05 ` Mingming Cao
2006-08-10 20:23 ` Erik Mouw
2006-08-10 20:27 ` Jeff Garzik
2006-08-15 15:25 ` Pavel Machek [this message]
2006-11-20 10:14 ` Sander
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20060815152513.GC4032@ucw.cz \
--to=pavel@suse.cz \
--cc=akpm@osdl.org \
--cc=cmm@us.ibm.com \
--cc=ext2-devel@lists.sourceforge.net \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).