Message ID | 1380220792-12718-1-git-send-email-bhalevy@primarydata.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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.