* [PATCH] nfsd: block and scsi layout drivers need to depend on CONFIG_BLOCK
@ 2016-03-09 14:43 Christoph Hellwig
2016-03-10 22:30 ` J. Bruce Fields
0 siblings, 1 reply; 2+ messages in thread
From: Christoph Hellwig @ 2016-03-09 14:43 UTC (permalink / raw)
To: bfields; +Cc: linux-nfs
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reported-by: Randy Dunlap <rdunlap@infradead.org>
---
fs/nfsd/Kconfig | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/fs/nfsd/Kconfig b/fs/nfsd/Kconfig
index a30a313..c9f583d 100644
--- a/fs/nfsd/Kconfig
+++ b/fs/nfsd/Kconfig
@@ -88,7 +88,7 @@ config NFSD_PNFS
config NFSD_BLOCKLAYOUT
bool "NFSv4.1 server support for pNFS block layouts"
- depends on NFSD_V4
+ depends on NFSD_V4 && BLOCK
select NFSD_PNFS
help
This option enables support for the exporting pNFS block layouts
@@ -100,7 +100,7 @@ config NFSD_BLOCKLAYOUT
config NFSD_SCSILAYOUT
bool "NFSv4.1 server support for pNFS SCSI layouts"
- depends on NFSD_V4
+ depends on NFSD_V4 && BLOCK
select NFSD_PNFS
help
This option enables support for the exporting pNFS SCSI layouts
--
2.1.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] nfsd: block and scsi layout drivers need to depend on CONFIG_BLOCK
2016-03-09 14:43 [PATCH] nfsd: block and scsi layout drivers need to depend on CONFIG_BLOCK Christoph Hellwig
@ 2016-03-10 22:30 ` J. Bruce Fields
0 siblings, 0 replies; 2+ messages in thread
From: J. Bruce Fields @ 2016-03-10 22:30 UTC (permalink / raw)
To: Christoph Hellwig; +Cc: linux-nfs
Thanks!--b.
On Wed, Mar 09, 2016 at 03:43:27PM +0100, Christoph Hellwig wrote:
> Signed-off-by: Christoph Hellwig <hch@lst.de>
> Reported-by: Randy Dunlap <rdunlap@infradead.org>
> ---
> fs/nfsd/Kconfig | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/fs/nfsd/Kconfig b/fs/nfsd/Kconfig
> index a30a313..c9f583d 100644
> --- a/fs/nfsd/Kconfig
> +++ b/fs/nfsd/Kconfig
> @@ -88,7 +88,7 @@ config NFSD_PNFS
>
> config NFSD_BLOCKLAYOUT
> bool "NFSv4.1 server support for pNFS block layouts"
> - depends on NFSD_V4
> + depends on NFSD_V4 && BLOCK
> select NFSD_PNFS
> help
> This option enables support for the exporting pNFS block layouts
> @@ -100,7 +100,7 @@ config NFSD_BLOCKLAYOUT
>
> config NFSD_SCSILAYOUT
> bool "NFSv4.1 server support for pNFS SCSI layouts"
> - depends on NFSD_V4
> + depends on NFSD_V4 && BLOCK
> select NFSD_PNFS
> help
> This option enables support for the exporting pNFS SCSI layouts
> --
> 2.1.4
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-03-10 22:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-09 14:43 [PATCH] nfsd: block and scsi layout drivers need to depend on CONFIG_BLOCK Christoph Hellwig
2016-03-10 22:30 ` J. Bruce Fields
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox