Enable NFS udp support

mount nfs will fail if CONFIG_NFS_DISABLE_UDP_SUPPORT=y.  We need
disable it to support nfs mount.

Closes-Bug: #1942383

Signed-off-by: Jiping Ma <jiping.ma2@windriver.com>
Change-Id: I11a3c12c27fb7ad8ad934964e85f1a20167057b2
This commit is contained in:
Jiping Ma 2021-09-01 20:54:11 -04:00
parent f27d31c780
commit 8ed87c3379
2 changed files with 2 additions and 2 deletions

View File

@ -6029,7 +6029,7 @@ CONFIG_XFS_SUPPORT_V4=y
# CONFIG_EROFS_FS is not set
# CONFIG_AUFS_FS is not set
CONFIG_NFS_DEF_FILE_IO_SIZE=4096
CONFIG_NFS_DISABLE_UDP_SUPPORT=y
# CONFIG_NFS_DISABLE_UDP_SUPPORT is not set
# CONFIG_NFS_V4_2_READ_PLUS is not set
# CONFIG_NFSD_V4_2_INTER_SSC is not set
# CONFIG_SUNRPC_DISABLE_INSECURE_ENCTYPES is not set

View File

@ -6008,7 +6008,7 @@ CONFIG_XFS_SUPPORT_V4=y
# CONFIG_EROFS_FS is not set
# CONFIG_AUFS_FS is not set
CONFIG_NFS_DEF_FILE_IO_SIZE=4096
CONFIG_NFS_DISABLE_UDP_SUPPORT=y
# CONFIG_NFS_DISABLE_UDP_SUPPORT is not set
# CONFIG_NFS_V4_2_READ_PLUS is not set
# CONFIG_NFSD_V4_2_INTER_SSC is not set
# CONFIG_SUNRPC_DISABLE_INSECURE_ENCTYPES is not set