Skip to content

Commit a059047

Browse files
BtbNamschuma-ntap
authored andcommitted
nfs: fix PNFS_FLEXFILE_LAYOUT Kconfig default
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 <[email protected]> Signed-off-by: Anna Schumaker <[email protected]>
1 parent a38fd87 commit a059047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/nfs/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ config PNFS_BLOCK
127127
config PNFS_FLEXFILE_LAYOUT
128128
tristate
129129
depends on NFS_V4_1 && NFS_V3
130-
default m
130+
default NFS_V4
131131

132132
config NFS_V4_1_IMPLEMENTATION_ID_DOMAIN
133133
string "NFSv4.1 Implementation ID Domain"

0 commit comments

Comments
 (0)