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/Kconfig | |
parent | f4a4906e563522aa2eab61cf080460d13b85725c (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/Kconfig')
-rw-r--r-- | fs/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/fs/Kconfig b/fs/Kconfig index b8fcb416be72..4d2f9210e748 100644 --- a/fs/Kconfig +++ b/fs/Kconfig | |||
@@ -67,6 +67,12 @@ config FS_POSIX_ACL | |||
67 | config EXPORTFS | 67 | config EXPORTFS |
68 | tristate | 68 | tristate |
69 | 69 | ||
70 | config EXPORTFS_BLOCK_OPS | ||
71 | bool "Enable filesystem export operations for block IO" | ||
72 | help | ||
73 | This option enables the export operations for a filesystem to support | ||
74 | external block IO. | ||
75 | |||
70 | config FILE_LOCKING | 76 | config FILE_LOCKING |
71 | bool "Enable POSIX file locking API" if EXPERT | 77 | bool "Enable POSIX file locking API" if EXPERT |
72 | default y | 78 | default y |