aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/Kconfig
diff options
context:
space:
mode:
authorBenjamin Coddington <bcodding@redhat.com>2016-07-08 09:53:20 -0400
committerJ. Bruce Fields <bfields@redhat.com>2016-07-15 15:31:29 -0400
commit15d66ac20927e00ac0e65af6707eff60b92e61b8 (patch)
treeae81c4129572c2b431b425fe2380970506fa9bbb /fs/nfsd/Kconfig
parentf4a4906e563522aa2eab61cf080460d13b85725c (diff)
xfs: abstract block export operations from nfsd layouts
Instead of creeping pnfs layout configuration into filesystems, move the definition of block-based export operations under a more abstract configuration. Signed-off-by: Benjamin Coddington <bcodding@redhat.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Acked-by: Dave Chinner <david@fromorbit.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'fs/nfsd/Kconfig')
-rw-r--r--fs/nfsd/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/nfsd/Kconfig b/fs/nfsd/Kconfig
index e64d1a3ec770..47febcf99185 100644
--- a/fs/nfsd/Kconfig
+++ b/fs/nfsd/Kconfig
@@ -90,6 +90,7 @@ config NFSD_BLOCKLAYOUT
90 bool "NFSv4.1 server support for pNFS block layouts" 90 bool "NFSv4.1 server support for pNFS block layouts"
91 depends on NFSD_V4 && BLOCK 91 depends on NFSD_V4 && BLOCK
92 select NFSD_PNFS 92 select NFSD_PNFS
93 select EXPORTFS_BLOCK_OPS
93 help 94 help
94 This option enables support for the exporting pNFS block layouts 95 This option enables support for the exporting pNFS block layouts
95 in the kernel's NFS server. The pNFS block layout enables NFS 96 in the kernel's NFS server. The pNFS block layout enables NFS
@@ -102,6 +103,7 @@ config NFSD_SCSILAYOUT
102 bool "NFSv4.1 server support for pNFS SCSI layouts" 103 bool "NFSv4.1 server support for pNFS SCSI layouts"
103 depends on NFSD_V4 && BLOCK 104 depends on NFSD_V4 && BLOCK
104 select NFSD_PNFS 105 select NFSD_PNFS
106 select EXPORTFS_BLOCK_OPS
105 help 107 help
106 This option enables support for the exporting pNFS SCSI layouts 108 This option enables support for the exporting pNFS SCSI layouts
107 in the kernel's NFS server. The pNFS SCSI layout enables NFS 109 in the kernel's NFS server. The pNFS SCSI layout enables NFS