From d053fa7af063aa35b5db52c1ab6db6585d391c00 Mon Sep 17 00:00:00 2001 From: kaloz Date: Wed, 24 Nov 2010 18:50:11 +0000 Subject: update to the latest stable kernels git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24136 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../linux/generic/patches-2.6.32/041-ext4_do_not_override_ext23.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/linux/generic/patches-2.6.32/041-ext4_do_not_override_ext23.patch') diff --git a/target/linux/generic/patches-2.6.32/041-ext4_do_not_override_ext23.patch b/target/linux/generic/patches-2.6.32/041-ext4_do_not_override_ext23.patch index 19b5626ee..f45973e7c 100644 --- a/target/linux/generic/patches-2.6.32/041-ext4_do_not_override_ext23.patch +++ b/target/linux/generic/patches-2.6.32/041-ext4_do_not_override_ext23.patch @@ -26,7 +26,7 @@ Signed-off-by: "Theodore Ts'o" Allow the ext4 file system driver code to be used for ext2 or --- a/fs/ext4/super.c +++ b/fs/ext4/super.c -@@ -3989,7 +3989,7 @@ static int ext4_get_sb(struct file_syste +@@ -3994,7 +3994,7 @@ static int ext4_get_sb(struct file_syste return get_sb_bdev(fs_type, flags, dev_name, data, ext4_fill_super,mnt); } @@ -35,7 +35,7 @@ Signed-off-by: "Theodore Ts'o" static struct file_system_type ext2_fs_type = { .owner = THIS_MODULE, .name = "ext2", -@@ -4015,7 +4015,7 @@ static inline void register_as_ext2(void +@@ -4020,7 +4020,7 @@ static inline void register_as_ext2(void static inline void unregister_as_ext2(void) { } #endif -- cgit v1.2.3