]> Git Repo - linux.git/commitdiff
nfs: fix PNFS_FLEXFILE_LAYOUT Kconfig default
authorTimo Rothenpieler <[email protected]>
Tue, 23 Feb 2021 14:19:01 +0000 (15:19 +0100)
committerAnna Schumaker <[email protected]>
Mon, 8 Mar 2021 16:47:47 +0000 (11:47 -0500)
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 <[email protected]>
Signed-off-by: Anna Schumaker <[email protected]>
fs/nfs/Kconfig

index e2a488d403a619f871a6c77c7c357b231cf3f722..14a72224b6571b9617d586f766e39dcb5f1772eb 100644 (file)
@@ -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"
This page took 0.057829 seconds and 4 git commands to generate.