Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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 <kaigai@ak.jp.nec.com>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>

authored by

KaiGai Kohei and committed by
David Woodhouse
04510dee 332a6b99

+1 -1
+1 -1
fs/Kconfig
··· 1116 1116 1117 1117 config JFFS2_FS_XATTR 1118 1118 bool "JFFS2 XATTR support (EXPERIMENTAL)" 1119 - depends on JFFS2_FS && EXPERIMENTAL && !JFFS2_FS_WRITEBUFFER 1119 + depends on JFFS2_FS && EXPERIMENTAL 1120 1120 default n 1121 1121 help 1122 1122 Extended attributes are name:value pairs associated with inodes by