From: The pNFS Team <linux-nfs@xxxxxxxxxxxxxxx> Signed-off-by: Benny Halevy <bhalevy@xxxxxxxxxxx> --- fs/nfs/Kconfig | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/fs/nfs/Kconfig b/fs/nfs/Kconfig index a43d07e..7b914fe 100644 --- a/fs/nfs/Kconfig +++ b/fs/nfs/Kconfig @@ -79,7 +79,17 @@ config NFS_V4_1 depends on NFS_V4 && EXPERIMENTAL help This option enables support for minor version 1 of the NFSv4 protocol - (draft-ietf-nfsv4-minorversion1) in the kernel's NFS client. + (RFC5661) including support for the parallel NFS (pNFS) features + in the kernel's NFS client. + + Unless you're an NFS developer, say N. + +config PNFS_FILE_LAYOUT + tristate "NFS client support for the pNFS nfs-files layout (DEVELOPER ONLY)" + depends on NFS_FS && NFS_V4_1 + default y + help + This option enables support for the pNFS nfs-files layout. Unless you're an NFS developer, say N. -- 1.6.2.5 -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html