aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-2.6.32/040-use_ext4_for_ext23.patch
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2010-11-24 18:50:11 +0000
committerImre Kaloz <kaloz@openwrt.org>2010-11-24 18:50:11 +0000
commit1ae1fb6b50a8cb8f036a075f0978c447dcdd4f1c (patch)
treeeb4a897e44134d4704d27d64e4e790525ce53f36 /target/linux/generic/patches-2.6.32/040-use_ext4_for_ext23.patch
parent553b131fe8be21960ecef7de94a9a3291eb283d6 (diff)
downloadupstream-1ae1fb6b50a8cb8f036a075f0978c447dcdd4f1c.tar.gz
upstream-1ae1fb6b50a8cb8f036a075f0978c447dcdd4f1c.tar.bz2
upstream-1ae1fb6b50a8cb8f036a075f0978c447dcdd4f1c.zip
update to the latest stable kernels
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24136 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/patches-2.6.32/040-use_ext4_for_ext23.patch')
-rw-r--r--target/linux/generic/patches-2.6.32/040-use_ext4_for_ext23.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/generic/patches-2.6.32/040-use_ext4_for_ext23.patch b/target/linux/generic/patches-2.6.32/040-use_ext4_for_ext23.patch
index d5824f1bdb..db2fc3849f 100644
--- a/target/linux/generic/patches-2.6.32/040-use_ext4_for_ext23.patch
+++ b/target/linux/generic/patches-2.6.32/040-use_ext4_for_ext23.patch
@@ -37,7 +37,7 @@ Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
depends on EXT4_FS
--- a/fs/ext4/super.c
+++ b/fs/ext4/super.c
-@@ -3989,6 +3989,58 @@ static int ext4_get_sb(struct file_syste
+@@ -3994,6 +3994,58 @@ static int ext4_get_sb(struct file_syste
return get_sb_bdev(fs_type, flags, dev_name, data, ext4_fill_super,mnt);
}
@@ -96,7 +96,7 @@ Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
static struct file_system_type ext4_fs_type = {
.owner = THIS_MODULE,
.name = "ext4",
-@@ -4018,11 +4070,15 @@ static int __init init_ext4_fs(void)
+@@ -4024,11 +4076,15 @@ static int __init init_ext4_fs(void)
err = init_inodecache();
if (err)
goto out1;
@@ -112,7 +112,7 @@ Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
destroy_inodecache();
out1:
exit_ext4_xattr();
-@@ -4038,6 +4094,8 @@ out4:
+@@ -4044,6 +4100,8 @@ out4:
static void __exit exit_ext4_fs(void)
{