aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2011-01-05 02:48:19 +0000
committerJo-Philipp Wich <jow@openwrt.org>2011-01-05 02:48:19 +0000
commit2568204ae18e22ebef7f5c2b7a25374d5e172507 (patch)
tree7d402550c858529e80605f7614ce398efde9e890 /target/linux/generic
parent4fdb975d34d4f7fc72db6795021006b47194a338 (diff)
downloadmaster-187ad058-2568204ae18e22ebef7f5c2b7a25374d5e172507.tar.gz
master-187ad058-2568204ae18e22ebef7f5c2b7a25374d5e172507.tar.bz2
master-187ad058-2568204ae18e22ebef7f5c2b7a25374d5e172507.zip
[generic] disable CONFIG_EXT4_FS_XATTR on kernel 2.6.35 and 2.6.37, this exposes a mutex bug in mini_fo leading to hard lockups with various filesystem operations
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24905 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic')
-rw-r--r--target/linux/generic/config-2.6.351
-rw-r--r--target/linux/generic/config-2.6.371
2 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/generic/config-2.6.35 b/target/linux/generic/config-2.6.35
index 32c408825e..8e1b16de74 100644
--- a/target/linux/generic/config-2.6.35
+++ b/target/linux/generic/config-2.6.35
@@ -594,6 +594,7 @@ CONFIG_EXPERIMENTAL=y
# CONFIG_EXT4DEV_FS is not set
# CONFIG_EXT4_DEBUG is not set
# CONFIG_EXT4_FS is not set
+# CONFIG_EXT4_FS_XATTR is not set
CONFIG_EXT4_USE_FOR_EXT23=y
CONFIG_EXTRA_FIRMWARE=""
CONFIG_EXTRA_TARGETS=""
diff --git a/target/linux/generic/config-2.6.37 b/target/linux/generic/config-2.6.37
index 94d68827ae..7e7685ae02 100644
--- a/target/linux/generic/config-2.6.37
+++ b/target/linux/generic/config-2.6.37
@@ -564,6 +564,7 @@ CONFIG_EXPERIMENTAL=y
# CONFIG_EXT3_FS_XATTR is not set
# CONFIG_EXT4_DEBUG is not set
# CONFIG_EXT4_FS is not set
+# CONFIG_EXT4_FS_XATTR is not set
CONFIG_EXT4_USE_FOR_EXT23=y
CONFIG_EXTRA_FIRMWARE=""
CONFIG_EXTRA_TARGETS=""