Skip to content

Commit 5401f4a

Browse files
committed
Enable NFSD
1 parent e016a0f commit 5401f4a

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

configs/6.1.158.config

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2551,7 +2551,13 @@ CONFIG_ROOT_NFS=y
25512551
CONFIG_NFS_USE_KERNEL_DNS=y
25522552
CONFIG_NFS_DISABLE_UDP_SUPPORT=y
25532553
# CONFIG_NFS_V4_2_READ_PLUS is not set
2554-
# CONFIG_NFSD is not set
2554+
CONFIG_NFSD=y
2555+
CONFIG_NFSD_V3=y
2556+
CONFIG_NFSD_V4=y
2557+
CONFIG_NFSD_PNFS=y
2558+
CONFIG_NFSD_V4_SECURITY_LABEL=y
2559+
CONFIG_NFSD_V4_2=y
2560+
CONFIG_NFSD_FAULT_INJECTION=n # usually off
25552561
CONFIG_GRACE_PERIOD=y
25562562
CONFIG_LOCKD=y
25572563
CONFIG_NFS_COMMON=y

0 commit comments

Comments
 (0)