diff options
author | Benjamin Coddington <bcodding@redhat.com> | 2016-07-08 09:53:20 -0400 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2016-07-15 15:31:29 -0400 |
commit | 15d66ac20927e00ac0e65af6707eff60b92e61b8 (patch) | |
tree | ae81c4129572c2b431b425fe2380970506fa9bbb /fs/nfsd | |
parent | f4a4906e563522aa2eab61cf080460d13b85725c (diff) | |
download | linux-15d66ac20927e00ac0e65af6707eff60b92e61b8.tar.gz linux-15d66ac20927e00ac0e65af6707eff60b92e61b8.tar.bz2 linux-15d66ac20927e00ac0e65af6707eff60b92e61b8.zip |
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')
-rw-r--r-- | fs/nfsd/Kconfig | 2 |
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 bool "NFSv4.1 server support for pNFS block layouts" depends on NFSD_V4 && BLOCK select NFSD_PNFS + select EXPORTFS_BLOCK_OPS help This option enables support for the exporting pNFS block layouts in the kernel's NFS server. The pNFS block layout enables NFS @@ -102,6 +103,7 @@ config NFSD_SCSILAYOUT bool "NFSv4.1 server support for pNFS SCSI layouts" depends on NFSD_V4 && BLOCK select NFSD_PNFS + select EXPORTFS_BLOCK_OPS help This option enables support for the exporting pNFS SCSI layouts in the kernel's NFS server. The pNFS SCSI layout enables NFS |