diff options
author | Theodore Ts'o <tytso@mit.edu> | 2010-03-24 20:06:41 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2010-03-24 20:06:41 -0400 |
commit | 37f328eb60a94779dd020084209fc4db2d6444a0 (patch) | |
tree | dce9767d5c53375b2b92deeadb5adf8a07951121 /fs/ext4/super.c | |
parent | d330a5befb88875a9b3d2db62f9b74dadf660b13 (diff) |
ext4: Fix spelling of CONTIG_FS_EXT3 to CONFIG_FS_EXT3
Oops. (Blush.)
Thanks to Sedat Dilek for pointing this out.
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'fs/ext4/super.c')
-rw-r--r-- | fs/ext4/super.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/ext4/super.c b/fs/ext4/super.c index ce84a6ed4a48..f4b038f51f31 100644 --- a/fs/ext4/super.c +++ b/fs/ext4/super.c | |||
@@ -4068,7 +4068,7 @@ static int ext4_get_sb(struct file_system_type *fs_type, int flags, | |||
4068 | return get_sb_bdev(fs_type, flags, dev_name, data, ext4_fill_super,mnt); | 4068 | return get_sb_bdev(fs_type, flags, dev_name, data, ext4_fill_super,mnt); |
4069 | } | 4069 | } |
4070 | 4070 | ||
4071 | #if !defined(CONTIG_EXT2_FS) && !defined(CONFIG_EXT2_FS_MODULE) && defined(CONFIG_EXT4_USE_FOR_EXT23) | 4071 | #if !defined(CONFIG_EXT2_FS) && !defined(CONFIG_EXT2_FS_MODULE) && defined(CONFIG_EXT4_USE_FOR_EXT23) |
4072 | static struct file_system_type ext2_fs_type = { | 4072 | static struct file_system_type ext2_fs_type = { |
4073 | .owner = THIS_MODULE, | 4073 | .owner = THIS_MODULE, |
4074 | .name = "ext2", | 4074 | .name = "ext2", |
@@ -4095,7 +4095,7 @@ static inline void register_as_ext2(void) { } | |||
4095 | static inline void unregister_as_ext2(void) { } | 4095 | static inline void unregister_as_ext2(void) { } |
4096 | #endif | 4096 | #endif |
4097 | 4097 | ||
4098 | #if !defined(CONTIG_EXT3_FS) && !defined(CONFIG_EXT3_FS_MODULE) && defined(CONFIG_EXT4_USE_FOR_EXT23) | 4098 | #if !defined(CONFIG_EXT3_FS) && !defined(CONFIG_EXT3_FS_MODULE) && defined(CONFIG_EXT4_USE_FOR_EXT23) |
4099 | static struct file_system_type ext3_fs_type = { | 4099 | static struct file_system_type ext3_fs_type = { |
4100 | .owner = THIS_MODULE, | 4100 | .owner = THIS_MODULE, |
4101 | .name = "ext3", | 4101 | .name = "ext3", |