diff mbox

[RFC,v0,01/49] pnfsd: Define CONFIG_PNFSD

Message ID 1380220792-12718-1-git-send-email-bhalevy@primarydata.com (mailing list archive)
State New, archived
Headers show

Commit Message

Benny Halevy Sept. 26, 2013, 6:39 p.m. UTC
From: Benny Halevy <bhalevy@panasas.com>

Signed-off-by: Ricardo Labiaga <ricardo.labiaga@netapp.com>
[rephrased text and moved down to fs/nfsd/Kconfig]
[remove CONFIG_PNFSD's dependency on NFSD_V4_1]
Signed-off-by: Benny Halevy <bhalevy@panasas.com>
[rephrase and remove CONFIG_PNFSD's dependency on EXPERIMENTAL]
Signed-off-by: Benny Halevy <bhalevy@primarydata.com>
---
 fs/nfsd/Kconfig | 10 ++++++++++
 1 file changed, 10 insertions(+)
diff mbox

Patch

diff --git a/fs/nfsd/Kconfig b/fs/nfsd/Kconfig
index dc8f1ef..4d68a8c 100644
--- a/fs/nfsd/Kconfig
+++ b/fs/nfsd/Kconfig
@@ -106,3 +106,13 @@  config NFSD_FAULT_INJECTION
 	  testing error recovery on the NFS client.
 
 	  If unsure, say N.
+
+config PNFSD
+	bool "NFSv4.1 server support for Parallel NFS (pNFS) (EXPERIMENTAL)"
+	depends on NFSD_V4
+	help
+	  This option enables support for the parallel NFS features of the
+	  minor version 1 of the NFSv4 protocol (RFC5661)
+	  in the kernel's NFS server.
+
+	  If unsure, say N.