diff options
author | Christoph Hellwig <hch@lst.de> | 2016-03-09 09:43:27 -0500 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2016-03-18 11:42:54 -0400 |
commit | 10c4de10b2624ab9d83bd8e708d39a1867302a6a (patch) | |
tree | e3471cc575dd7c4a67ba8a1c9997470031254d40 /fs/nfsd/Kconfig | |
parent | f99d4fbdae6765d0bb4ed5441f6fa1f036122d59 (diff) |
nfsd: block and scsi layout drivers need to depend on CONFIG_BLOCK
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reported-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'fs/nfsd/Kconfig')
-rw-r--r-- | fs/nfsd/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/nfsd/Kconfig b/fs/nfsd/Kconfig index a30a31316e68..c9f583d7bac8 100644 --- a/fs/nfsd/Kconfig +++ b/fs/nfsd/Kconfig | |||
@@ -88,7 +88,7 @@ config NFSD_PNFS | |||
88 | 88 | ||
89 | config NFSD_BLOCKLAYOUT | 89 | 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 | 91 | depends on NFSD_V4 && BLOCK |
92 | select NFSD_PNFS | 92 | select NFSD_PNFS |
93 | help | 93 | help |
94 | This option enables support for the exporting pNFS block layouts | 94 | This option enables support for the exporting pNFS block layouts |
@@ -100,7 +100,7 @@ config NFSD_BLOCKLAYOUT | |||
100 | 100 | ||
101 | config NFSD_SCSILAYOUT | 101 | config NFSD_SCSILAYOUT |
102 | bool "NFSv4.1 server support for pNFS SCSI layouts" | 102 | bool "NFSv4.1 server support for pNFS SCSI layouts" |
103 | depends on NFSD_V4 | 103 | depends on NFSD_V4 && BLOCK |
104 | select NFSD_PNFS | 104 | select NFSD_PNFS |
105 | help | 105 | help |
106 | This option enables support for the exporting pNFS SCSI layouts | 106 | This option enables support for the exporting pNFS SCSI layouts |