Skip to content

Commit

Permalink
nfs: fix PNFS_FLEXFILE_LAYOUT Kconfig default
Browse files Browse the repository at this point in the history
[ Upstream commit a059047 ]

This follows what was done in 8c2fabc.
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>
  • Loading branch information
BtbN authored and gregkh committed Mar 30, 2021
1 parent 39bbcd8 commit 4e1854c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/nfs/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4e1854c

Please sign in to comment.