Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 04510dee authored by KaiGai Kohei's avatar KaiGai Kohei Committed by David Woodhouse
Browse files

[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: default avatarKaiGai Kohei <kaigai@ak.jp.nec.com>
Signed-off-by: default avatarDavid Woodhouse <dwmw2@infradead.org>
parent 332a6b99
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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