From: Gou Hao gouhao@uniontech.com
uniontech inclusion category: feature bugzilla: https://gitee.com/openeuler/kernel/issues/I40JRR CVE: NA
--------------
Add EULER_FS_XATTR config.
Signed-off-by: Gou Hao gouhao@uniontech.com --- fs/eulerfs/Kconfig | 9 +++++++++ 1 file changed, 9 insertions(+)
diff --git a/fs/eulerfs/Kconfig b/fs/eulerfs/Kconfig index 6328684f0b6a..f85042d70489 100644 --- a/fs/eulerfs/Kconfig +++ b/fs/eulerfs/Kconfig @@ -8,3 +8,12 @@ config EULER_FS EulerFS is NVDIMM filesystem. It uses soft updates and pointer-based dual views to delay synchronous cache flushes and reduce latency significantly in critical path. + +config EULER_FS_XATTR + bool "EulerFS extended attributes" + depends on EULER_FS + help + Extended attributes are name:value pairs associated with inodes by + the kernel or by users (see the attr(5) manual page for details). + + If unsure, say N.