Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 37f328eb authored by Theodore Ts'o's avatar Theodore Ts'o
Browse files

ext4: Fix spelling of CONTIG_FS_EXT3 to CONFIG_FS_EXT3



Oops.  (Blush.)

Thanks to Sedat Dilek for pointing this out.

Signed-off-by: default avatar"Theodore Ts'o" <tytso@mit.edu>
parent d330a5be
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4068,7 +4068,7 @@ static int ext4_get_sb(struct file_system_type *fs_type, int flags,
	return get_sb_bdev(fs_type, flags, dev_name, data, ext4_fill_super,mnt);
}

#if !defined(CONTIG_EXT2_FS) && !defined(CONFIG_EXT2_FS_MODULE) && defined(CONFIG_EXT4_USE_FOR_EXT23)
#if !defined(CONFIG_EXT2_FS) && !defined(CONFIG_EXT2_FS_MODULE) && defined(CONFIG_EXT4_USE_FOR_EXT23)
static struct file_system_type ext2_fs_type = {
	.owner		= THIS_MODULE,
	.name		= "ext2",
@@ -4095,7 +4095,7 @@ static inline void register_as_ext2(void) { }
static inline void unregister_as_ext2(void) { }
#endif

#if !defined(CONTIG_EXT3_FS) && !defined(CONFIG_EXT3_FS_MODULE) && defined(CONFIG_EXT4_USE_FOR_EXT23)
#if !defined(CONFIG_EXT3_FS) && !defined(CONFIG_EXT3_FS_MODULE) && defined(CONFIG_EXT4_USE_FOR_EXT23)
static struct file_system_type ext3_fs_type = {
	.owner		= THIS_MODULE,
	.name		= "ext3",