linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] nfs: fix PNFS_FLEXFILE_LAYOUT Kconfig default
@ 2021-02-23 14:19 Timo Rothenpieler
  2021-02-23 14:51 ` Trond Myklebust
  2021-03-16 22:25 ` Nathan Chancellor
  0 siblings, 2 replies; 6+ messages in thread
From: Timo Rothenpieler @ 2021-02-23 14:19 UTC (permalink / raw)
  To: linux-nfs; +Cc: Timo Rothenpieler

This follows what was done in 8c2fabc6542d9d0f8b16bd1045c2eda59bdcde13.
With the default being m, it's impossible to build the module into the
kernel.

Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
---
 fs/nfs/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/nfs/Kconfig b/fs/nfs/Kconfig
index e2a488d403a6..14a72224b657 100644
--- a/fs/nfs/Kconfig
+++ b/fs/nfs/Kconfig
@@ -127,7 +127,7 @@ config PNFS_BLOCK
 config PNFS_FLEXFILE_LAYOUT
 	tristate
 	depends on NFS_V4_1 && NFS_V3
-	default m
+	default NFS_V4
 
 config NFS_V4_1_IMPLEMENTATION_ID_DOMAIN
 	string "NFSv4.1 Implementation ID Domain"
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-03-17  4:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-23 14:19 [PATCH] nfs: fix PNFS_FLEXFILE_LAYOUT Kconfig default Timo Rothenpieler
2021-02-23 14:51 ` Trond Myklebust
2021-02-23 14:54   ` Timo Rothenpieler
2021-02-23 15:02     ` Trond Myklebust
2021-03-16 22:25 ` Nathan Chancellor
2021-03-17  4:43   ` Masahiro Yamada

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).