diff options
author | Fred Isaman <iisaman@netapp.com> | 2010-10-20 00:17:59 -0400 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2010-10-24 18:07:10 -0400 |
commit | 02c35fca7cf4ea2dfdc6db279e230cacbbf4b870 (patch) | |
tree | 7449a8a3fb119d862f6c163c05cf43d58443c377 /fs/nfs/Kconfig | |
parent | 85e174ba6b786ad336eb2df105b4f66d0932e70a (diff) |
NFSv4.1: pnfs: full mount/umount infrastructure
Allow a module implementing a layout type to register, and
have its mount/umount routines called for filesystems that
the server declares support it.
Signed-off-by: Fred Isaman <iisaman@netapp.com>
Signed-off-by: Marc Eshel <eshel@almaden.ibm.com>
Signed-off-by: Andy Adamson<andros@netapp.com>
Signed-off-by: Bian Naimeng <biannm@cn.fujitsu.com>
Signed-off-by: Benny Halevy <bhalevy@panasas.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs/nfs/Kconfig')
-rw-r--r-- | fs/nfs/Kconfig | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/fs/nfs/Kconfig b/fs/nfs/Kconfig index 3f69752d6f18..d94311943ec6 100644 --- a/fs/nfs/Kconfig +++ b/fs/nfs/Kconfig | |||
@@ -75,13 +75,17 @@ config NFS_V4 | |||
75 | 75 | ||
76 | config NFS_V4_1 | 76 | config NFS_V4_1 |
77 | bool "NFS client support for NFSv4.1 (EXPERIMENTAL)" | 77 | bool "NFS client support for NFSv4.1 (EXPERIMENTAL)" |
78 | depends on NFS_V4 && EXPERIMENTAL | 78 | depends on NFS_FS && NFS_V4 && EXPERIMENTAL |
79 | select PNFS_FILE_LAYOUT | ||
79 | help | 80 | help |
80 | This option enables support for minor version 1 of the NFSv4 protocol | 81 | This option enables support for minor version 1 of the NFSv4 protocol |
81 | (draft-ietf-nfsv4-minorversion1) in the kernel's NFS client. | 82 | (RFC 5661) in the kernel's NFS client. |
82 | 83 | ||
83 | If unsure, say N. | 84 | If unsure, say N. |
84 | 85 | ||
86 | config PNFS_FILE_LAYOUT | ||
87 | tristate | ||
88 | |||
85 | config ROOT_NFS | 89 | config ROOT_NFS |
86 | bool "Root file system on NFS" | 90 | bool "Root file system on NFS" |
87 | depends on NFS_FS=y && IP_PNP | 91 | depends on NFS_FS=y && IP_PNP |