Searched hist:d6c9e4368cc6a61bf25c9c72437ced509c854563 (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/nfsd/ |
H A D | xdr4.h | diff d6c9e4368cc6a61bf25c9c72437ced509c854563 Fri Dec 18 11:28:23 CST 2020 Chuck Lever <chuck.lever@oracle.com> NFSD: Fix sparse warning in nfssvc.c
fs/nfsd/nfssvc.c:36:6: warning: symbol 'inter_copy_offload_enable' was not declared. Should it be static?
The parameter was added by commit ce0887ac96d3 ("NFSD add nfs4 inter ssc to nfsd4_copy"). Relocate it into the source file that uses it, and make it static. This approach is similar to the nfs4_disable_idmapping, cltrack_prog, and cltrack_legacy_disable module parameters.
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
|
H A D | nfssvc.c | diff d6c9e4368cc6a61bf25c9c72437ced509c854563 Fri Dec 18 11:28:23 CST 2020 Chuck Lever <chuck.lever@oracle.com> NFSD: Fix sparse warning in nfssvc.c
fs/nfsd/nfssvc.c:36:6: warning: symbol 'inter_copy_offload_enable' was not declared. Should it be static?
The parameter was added by commit ce0887ac96d3 ("NFSD add nfs4 inter ssc to nfsd4_copy"). Relocate it into the source file that uses it, and make it static. This approach is similar to the nfs4_disable_idmapping, cltrack_prog, and cltrack_legacy_disable module parameters.
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
|
H A D | nfs4proc.c | diff d6c9e4368cc6a61bf25c9c72437ced509c854563 Fri Dec 18 11:28:23 CST 2020 Chuck Lever <chuck.lever@oracle.com> NFSD: Fix sparse warning in nfssvc.c
fs/nfsd/nfssvc.c:36:6: warning: symbol 'inter_copy_offload_enable' was not declared. Should it be static?
The parameter was added by commit ce0887ac96d3 ("NFSD add nfs4 inter ssc to nfsd4_copy"). Relocate it into the source file that uses it, and make it static. This approach is similar to the nfs4_disable_idmapping, cltrack_prog, and cltrack_legacy_disable module parameters.
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
|