diff options
| author | Mike Snitzer <[email protected]> | 2024-10-03 19:34:59 +0000 |
|---|---|---|
| committer | Anna Schumaker <[email protected]> | 2024-10-03 20:19:51 +0000 |
| commit | 009b15b5748549fec4f40f1142ce644a27ddc265 (patch) | |
| tree | 114c9f921b6821a4cadf31cc346a3fd63a832556 /rust/helpers | |
| parent | nfs_common: fix race in NFS calls to nfsd_file_put_local() and nfsd_serv_put() (diff) | |
| download | kernel-009b15b5748549fec4f40f1142ce644a27ddc265.tar.gz kernel-009b15b5748549fec4f40f1142ce644a27ddc265.zip | |
nfs_common: fix Kconfig for NFS_COMMON_LOCALIO_SUPPORT
The 'default n' that was in NFS_COMMON_LOCALIO_SUPPORT caused these
extra defaults to be missed:
default y if NFSD=y || NFS_FS=y
default m if NFSD=m && NFS_FS=m
Remove the 'default n' for NFS_COMMON_LOCALIO_SUPPORT so that the
correct tristate is selected based on how NFSD and NFS_FS are
configured. This fixes the reported case where NFS_FS=y but
NFS_COMMON_LOCALIO_SUPPORT=m, it is now correctly set to =y.
In addition, add extra 'depends on NFS_LOCALIO' to
NFS_COMMON_LOCALIO_SUPPORT so that if NFS_LOCALIO isn't set then
NFS_COMMON_LOCALIO_SUPPORT will not be either.
Reported-by: kernel test robot <[email protected]>
Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/
Signed-off-by: Mike Snitzer <[email protected]>
Signed-off-by: Anna Schumaker <[email protected]>
Diffstat (limited to 'rust/helpers')
0 files changed, 0 insertions, 0 deletions
