Skip to content

Commit a68c6fb

Browse files
kofemannTrond Myklebust
authored andcommitted
nfs41: drop dependency between flexfiles layout driver and NFSv3 modules
The flexfiles layout driver depends on NFSv3 module as data servers might be configure to provide nfsv3 only. Disabling the nfsv3 protocol completely disables the flexfiles layout driver, however, the data server still might support v4.1 protocol. Thus the strond couling betwwen flexfiles and nfsv3 modules should be relaxed, as layout driver will return UNSUPPORTED if not matching protocol is found. Signed-off-by: Tigran Mkrtchyan <tigran.mkrtchyan@desy.de> Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
1 parent a9b8d90 commit a68c6fb

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
@@ -125,7 +125,7 @@ config PNFS_BLOCK
125125

126126
config PNFS_FLEXFILE_LAYOUT
127127
tristate
128-
depends on NFS_V4_1 && NFS_V3
128+
depends on NFS_V4_1
129129
default NFS_V4
130130

131131
config NFS_V4_1_IMPLEMENTATION_ID_DOMAIN

0 commit comments

Comments
 (0)