From: Timo Rothenpieler Date: Tue, 23 Feb 2021 14:19:01 +0000 (+0100) Subject: nfs: fix PNFS_FLEXFILE_LAYOUT Kconfig default X-Git-Tag: accepted/tizen/unified/20230118.172025~7650^2~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a0590473c5e6c4ef17c3132ad08fbad170f72d55;p=platform%2Fkernel%2Flinux-rpi.git nfs: fix PNFS_FLEXFILE_LAYOUT Kconfig default 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 Signed-off-by: Anna Schumaker --- diff --git a/fs/nfs/Kconfig b/fs/nfs/Kconfig index e2a488d..14a7222 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"