]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
NFS: Merge CONFIG_NFS_V4_1 with CONFIG_NFS_V4
authorAnna Schumaker <anna.schumaker@oracle.com>
Thu, 4 Dec 2025 20:44:33 +0000 (15:44 -0500)
committerAnna Schumaker <anna.schumaker@oracle.com>
Fri, 30 Jan 2026 16:42:21 +0000 (11:42 -0500)
commit7537db24806fdc3d3ec4fef53babdc22c9219e75
treef05924c1662744b73bc6ef07b3ac7b20b896564a
parent4e0269352534715915aae3fb84dd4d3bb3ff3738
NFS: Merge CONFIG_NFS_V4_1 with CONFIG_NFS_V4

Compiling the NFSv4 module without any minorversion support doesn't make
much sense, so this patch sets NFS v4.1 as the default, always enabled
NFS version allowing us to replace all the CONFIG_NFS_V4_1s scattered
throughout the code with CONFIG_NFS_V4.

Signed-off-by: Anna Schumaker <anna.schumaker@oracle.com>
25 files changed:
fs/nfs/Kconfig
fs/nfs/Makefile
fs/nfs/callback.c
fs/nfs/callback.h
fs/nfs/callback_proc.c
fs/nfs/callback_xdr.c
fs/nfs/client.c
fs/nfs/internal.h
fs/nfs/netns.h
fs/nfs/nfs4_fs.h
fs/nfs/nfs4client.c
fs/nfs/nfs4proc.c
fs/nfs/nfs4session.c
fs/nfs/nfs4session.h
fs/nfs/nfs4state.c
fs/nfs/nfs4trace.c
fs/nfs/nfs4trace.h
fs/nfs/nfs4xdr.c
fs/nfs/pnfs.h
fs/nfs/read.c
fs/nfs/super.c
fs/nfs/sysfs.c
fs/nfs/write.c
include/linux/nfs_fs_sb.h
include/linux/nfs_xdr.h