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: v2.6.18-rc1~458^2~3 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=04510dee3c21ac208351cc6de7b70a5459ab3029;p=linux-2.6-omap-h63xx.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 1cdc043922d..ee5effac1ad 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