diff options
author | Chuck Lever <chuck.lever@oracle.com> | 2022-02-14 19:12:09 +0300 |
---|---|---|
committer | Chuck Lever <chuck.lever@oracle.com> | 2022-03-11 18:25:16 +0300 |
commit | f3e4080edd2754abbdc3daf9881b1f6e168c6669 (patch) | |
tree | 76872f153f232a2029413e4c01edab796a4a0487 /arch/mips/configs/ip22_defconfig | |
parent | 5f9a62ff7d2808c7b56c0ec90f3b7eae5872afe6 (diff) | |
download | linux-f3e4080edd2754abbdc3daf9881b1f6e168c6669.tar.xz |
arch: Remove references to CONFIG_NFSD_V3 in the default configs
CONFIG_NFSD_V3 has been removed. NFSD support for NFSv3 can no
longer be disabled.
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Diffstat (limited to 'arch/mips/configs/ip22_defconfig')
-rw-r--r-- | arch/mips/configs/ip22_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/configs/ip22_defconfig b/arch/mips/configs/ip22_defconfig index 21a1168ae301..70a4ba90f491 100644 --- a/arch/mips/configs/ip22_defconfig +++ b/arch/mips/configs/ip22_defconfig @@ -269,7 +269,6 @@ CONFIG_UFS_FS=m CONFIG_NFS_FS=m CONFIG_NFS_V3_ACL=y CONFIG_NFSD=m -CONFIG_NFSD_V3=y CONFIG_NFSD_V3_ACL=y CONFIG_CIFS=m CONFIG_CIFS_UPCALL=y |