• Chuck Lever's avatar
    NFSD: Fix sparse warning in nfssvc.c · d6c9e436
    Chuck Lever authored
    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>
    d6c9e436
nfssvc.c 27.1 KB