mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-04-06 06:24:47 +00:00
nfs: fix PNFS_FLEXFILE_LAYOUT Kconfig default
This follows what was done in 8c2fabc654
.
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>
This commit is contained in:
parent
a38fd87484
commit
a0590473c5
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ config PNFS_BLOCK
|
||||||
config PNFS_FLEXFILE_LAYOUT
|
config PNFS_FLEXFILE_LAYOUT
|
||||||
tristate
|
tristate
|
||||||
depends on NFS_V4_1 && NFS_V3
|
depends on NFS_V4_1 && NFS_V3
|
||||||
default m
|
default NFS_V4
|
||||||
|
|
||||||
config NFS_V4_1_IMPLEMENTATION_ID_DOMAIN
|
config NFS_V4_1_IMPLEMENTATION_ID_DOMAIN
|
||||||
string "NFSv4.1 Implementation ID Domain"
|
string "NFSv4.1 Implementation ID Domain"
|
||||||
|
|
Loading…
Add table
Reference in a new issue