diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-01-05 02:48:19 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-01-05 02:48:19 +0000 |
commit | dcec7f5e20e100122fd7f5105c514d28e45f010e (patch) | |
tree | 58e0994b0fec5fbf17e8a4f5231fc98c0b1fdb2d /target/linux/generic/config-2.6.37 | |
parent | e9013bff6617e3881be4177d20f127613fdecf59 (diff) | |
download | upstream-dcec7f5e20e100122fd7f5105c514d28e45f010e.tar.gz upstream-dcec7f5e20e100122fd7f5105c514d28e45f010e.tar.bz2 upstream-dcec7f5e20e100122fd7f5105c514d28e45f010e.zip |
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
SVN-Revision: 24905
Diffstat (limited to 'target/linux/generic/config-2.6.37')
-rw-r--r-- | target/linux/generic/config-2.6.37 | 1 |
1 files changed, 1 insertions, 0 deletions
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="" |