Skip to content
Commit d6c9e436 authored by Chuck Lever's avatar Chuck Lever
Browse files

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 ce0887ac ("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: default avatarChuck Lever <chuck.lever@oracle.com>
parent b68f0cbd
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment