projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[brcm63xx] add support for BT Voyager 2500 (#9070)
[openwrt.git]
/
target
/
linux
/
generic
/
patches-2.6.32
/
040-use_ext4_for_ext23.patch
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
d5824f1
..
db2fc38
100644
(file)
--- 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
depends on EXT4_FS
--- a/fs/ext4/super.c
+++ b/fs/ext4/super.c
-@@ -39
89,6 +3989
,58 @@ static int ext4_get_sb(struct file_syste
+@@ -39
94,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);
}
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",
static struct file_system_type ext4_fs_type = {
.owner = THIS_MODULE,
.name = "ext4",
-@@ -40
18,11 +4070
,15 @@ static int __init init_ext4_fs(void)
+@@ -40
24,11 +4076
,15 @@ static int __init init_ext4_fs(void)
err = init_inodecache();
if (err)
goto out1;
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();
destroy_inodecache();
out1:
exit_ext4_xattr();
-@@ -40
38,6 +4094
,8 @@ out4:
+@@ -40
44,6 +4100
,8 @@ out4:
static void __exit exit_ext4_fs(void)
{
static void __exit exit_ext4_fs(void)
{
This page took
0.024306 seconds
and
4
git commands to generate.