diff options
author | Timo Rothenpieler <timo@rothenpieler.org> | 2021-02-23 15:19:01 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-03-30 14:36:58 +0200 |
commit | 208142a84d57b11f8da9cbf710a54a205277eea7 (patch) | |
tree | b3be066f78eb7bff70f79a1ac663e4d6da7ded34 /fs/nfs | |
parent | 9173363bf29533bc919fbaec32258110439a903d (diff) | |
download | linux-stable-208142a84d57b11f8da9cbf710a54a205277eea7.tar.gz linux-stable-208142a84d57b11f8da9cbf710a54a205277eea7.tar.bz2 linux-stable-208142a84d57b11f8da9cbf710a54a205277eea7.zip |
nfs: fix PNFS_FLEXFILE_LAYOUT Kconfig default
[ Upstream commit a0590473c5e6c4ef17c3132ad08fbad170f72d55 ]
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>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'fs/nfs')
-rw-r--r-- | fs/nfs/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/Kconfig b/fs/nfs/Kconfig index ac3e06367cb6..e55f86713948 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" |