projects
/
wrapfs-5.3.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d605afb
)
nfs: fix PNFS_FLEXFILE_LAYOUT Kconfig default
author
Timo Rothenpieler
<timo@rothenpieler.org>
Tue, 23 Feb 2021 14:19:01 +0000
(15:19 +0100)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Tue, 30 Mar 2021 12:35:21 +0000
(14:35 +0200)
[ Upstream commit
a0590473c5e6c4ef17c3132ad08fbad170f72d55
]
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 <timo@rothenpieler.org>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
fs/nfs/Kconfig
patch
|
blob
|
history
diff --git
a/fs/nfs/Kconfig
b/fs/nfs/Kconfig
index e7dd07f47825939ec9ecf04b3d79ef991149a7ed..e84c187d942e8c924d672a6e7e441f29c4a88517 100644
(file)
--- 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"