From: KaiGai Kohei Date: Sat, 24 Jun 2006 00:21:13 +0000 (+0900) Subject: [JFFS2][XATTR] coexistence between xattr and write buffering support. X-Git-Tag: firefly_0821_release~34835^2~3 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=04510dee3c21ac208351cc6de7b70a5459ab3029;p=firefly-linux-kernel-4.4.55.git [JFFS2][XATTR] coexistence between xattr and write buffering support. Drop '&& !JFFS2_FS_WRITEBUFFER' from fs/Kconfig. The series of previous patches enables to use those functionality at same time. Signed-off-by: KaiGai Kohei Signed-off-by: David Woodhouse --- diff --git a/fs/Kconfig b/fs/Kconfig index 1cdc043922d5..ee5effac1ad5 100644 --- a/fs/Kconfig +++ b/fs/Kconfig @@ -1116,7 +1116,7 @@ config JFFS2_SUMMARY config JFFS2_FS_XATTR bool "JFFS2 XATTR support (EXPERIMENTAL)" - depends on JFFS2_FS && EXPERIMENTAL && !JFFS2_FS_WRITEBUFFER + depends on JFFS2_FS && EXPERIMENTAL default n help Extended attributes are name:value pairs associated with inodes by