All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jeff Garzik <jeff@garzik.org>
To: "Randy.Dunlap" <rdunlap@xenotime.net>
Cc: cmm@us.ibm.com, "Darrick J. Wong" <djwong@us.ibm.com>,
	Andrew Morton <akpm@osdl.org>,
	linux-fsdevel@vger.kernel.org, ext2-devel@lists.sourceforge.net,
	Alex Tomas <alex@clusterfs.com>,
	linux-kernel@vger.kernel.org
Subject: Re: [Ext2-devel] [PATCH 1/9] extents for ext4
Date: Mon, 14 Aug 2006 13:52:42 -0400	[thread overview]
Message-ID: <44E0B86A.6020805@garzik.org> (raw)
In-Reply-To: <20060814102212.3af5fd2a.rdunlap@xenotime.net>

Randy.Dunlap wrote:
> @@ -2683,9 +2683,9 @@ static int ext4_get_sb(struct file_syste
>  	return get_sb_bdev(fs_type, flags, dev_name, data, ext4_fill_super, mnt);
>  }
>  
> -static struct file_system_type ext3dev_fs_type = {
> +static struct file_system_type ext4dev_fs_type = {
>  	.owner		= THIS_MODULE,
> -	.name		= "ext3dev",
> +	.name		= "ext4dev",
>  	.get_sb		= ext4_get_sb,
>  	.kill_sb	= kill_block_super,
>  	.fs_flags	= FS_REQUIRES_DEV,
> @@ -2699,7 +2699,7 @@ static int __init init_ext4_fs(void)
>  	err = init_inodecache();
>  	if (err)
>  		goto out1;
> -        err = register_filesystem(&ext3dev_fs_type);
> +        err = register_filesystem(&ext4dev_fs_type);
>  	if (err)
>  		goto out;
>  	return 0;
> @@ -2712,7 +2712,7 @@ out1:
>  
>  static void __exit exit_ext4_fs(void)
>  {
> -	unregister_filesystem(&ext3dev_fs_type);
> +	unregister_filesystem(&ext4dev_fs_type);
>  	destroy_inodecache();
>  	exit_ext4_xattr();


IMO these non-CONFIG bits should just be ext4_

	Jeff



  reply	other threads:[~2006-08-14 17:52 UTC|newest]

Thread overview: 49+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-08-10  1:20 [PATCH 1/9] extents for ext4 Mingming Cao
2006-08-10  1:20 ` Mingming Cao
2006-08-10  6:39 ` Andrew Morton
2006-08-10  6:39   ` Andrew Morton
2006-08-10  9:29   ` [Ext2-devel] " Alex Tomas
2006-08-10  9:29     ` Alex Tomas
2006-08-10  9:48     ` [Ext2-devel] " Andrew Morton
2006-08-10  9:48       ` Andrew Morton
2006-08-10 10:08       ` [Ext2-devel] " Alex Tomas
2006-08-10 10:08         ` Alex Tomas
2006-08-10 15:55       ` [Ext2-devel] " Zach Brown
2006-08-10 15:55         ` Zach Brown
2006-08-10 17:49     ` [Ext2-devel] " Randy.Dunlap
2006-08-10 19:05       ` Alex Tomas
2006-08-10 19:05         ` Alex Tomas
2006-08-11 20:57     ` [Ext2-devel] " Randy.Dunlap
2006-08-11 20:57       ` Randy.Dunlap
2006-08-11 21:05       ` [Ext2-devel] " Alex Tomas
2006-08-11 21:05         ` Alex Tomas
2006-08-11 21:49       ` [Ext2-devel] " Mingming Cao
2006-08-11 23:00       ` Andrew Morton
2006-08-11 23:00         ` Andrew Morton
2006-08-12  6:02         ` [Ext2-devel] " Randy.Dunlap
2006-08-12 17:43           ` Darrick J. Wong
2006-08-12 18:20             ` Randy.Dunlap
2006-08-12 18:20               ` Randy.Dunlap
2006-08-14 16:26               ` [Ext2-devel] " Mingming Cao
2006-08-14 17:22                 ` Randy.Dunlap
2006-08-14 17:22                   ` Randy.Dunlap
2006-08-14 17:52                   ` Jeff Garzik [this message]
2006-08-14 18:05                     ` [Ext2-devel] " Randy.Dunlap
2006-08-14 18:13                       ` Jeff Garzik
2006-08-14 18:13                         ` Jeff Garzik
2006-08-15 15:40       ` [Ext2-devel] " Pavel Machek
2006-08-18 13:08         ` Andreas Dilger
2006-08-10 16:46   ` Mingming Cao
2006-08-10 16:46     ` Mingming Cao
2006-08-10 17:17   ` [Ext2-devel] " Theodore Tso
2006-08-10 17:17     ` Theodore Tso
2006-08-10 18:00     ` [Ext2-devel] " Andrew Morton
2006-08-10 18:00       ` Andrew Morton
2006-08-11 22:13       ` [Ext2-devel] " Mingming Cao
2006-08-11 22:13         ` Mingming Cao
2006-08-11 23:16         ` [Ext2-devel] " Andrew Morton
2006-08-11 23:16           ` Andrew Morton
2006-08-12  0:05           ` [PATCH 1/2] ext3 and jbd cleanup: remove whitespace Mingming Cao
2006-08-12  0:05           ` [PATCH 2/2] ext3 and jbd cleanup: replace brelse() to put_bh Mingming Cao
  -- strict thread matches above, loose matches on Subject: below --
2006-08-15 21:27 [Ext2-devel] [PATCH 1/9] extents for ext4 Randy Dunlap
2006-08-15 23:19 ` Mingming Cao

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=44E0B86A.6020805@garzik.org \
    --to=jeff@garzik.org \
    --cc=akpm@osdl.org \
    --cc=alex@clusterfs.com \
    --cc=cmm@us.ibm.com \
    --cc=djwong@us.ibm.com \
    --cc=ext2-devel@lists.sourceforge.net \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rdunlap@xenotime.net \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.