diff mbox series

[RFC,20/35] nfs: add the NFS_V4_XATTR config option

Message ID 05f6405b6bf29fde6ed411d2a472d63f87868e0b.1568309119.git.fllinden@amazon.com (mailing list archive)
State New, archived
Headers show
Series user xattr support (RFC8276) | expand

Commit Message

Frank van der Linden Aug. 30, 2019, 11:59 p.m. UTC
Add the CONFIG_NFS_V4_XATTR option to enable client side user extended
attributes support for NFSv4.2

Signed-off-by: Frank van der Linden <fllinden@amazon.com>
---
 fs/nfs/Kconfig | 9 +++++++++
 1 file changed, 9 insertions(+)
diff mbox series

Patch

diff --git a/fs/nfs/Kconfig b/fs/nfs/Kconfig
index 295a7a21b774..067689ea9e3f 100644
--- a/fs/nfs/Kconfig
+++ b/fs/nfs/Kconfig
@@ -152,6 +152,15 @@  config NFS_V4_1_MIGRATION
           The NFSv4.1 pieces of the Linux NFSv4 migration implementation are
           still experimental.  If you are not an NFSv4 developer, say N here.
 
+config NFS_V4_XATTR
+	bool "NFSv4.2 client support for extended attributes"
+	depends on NFS_V4_2
+	default n
+	help
+	  This option enables the optional NFSv4 client extended attributes
+	  support (https://tools.ietf.org/html/rfc8276). User namespace
+	  xattr support only, as specificed in the RFC.
+
 config NFS_V4_SECURITY_LABEL
 	bool
 	depends on NFS_V4_2 && SECURITY