Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit da2ebce6 authored by Jeff Layton's avatar Jeff Layton Committed by J. Bruce Fields
Browse files

nfsd: make nfsd4_encode_fattr static



sparse says:

      CHECK   fs/nfsd/nfs4xdr.c
    fs/nfsd/nfs4xdr.c:2043:1: warning: symbol 'nfsd4_encode_fattr' was not declared. Should it be static?

Signed-off-by: default avatarJeff Layton <jlayton@primarydata.com>
Signed-off-by: default avatarJ. Bruce Fields <bfields@redhat.com>
parent a48fd0f9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2000,7 +2000,7 @@ static int get_parent_attributes(struct svc_export *exp, struct kstat *stat)
 * Note: @fhp can be NULL; in this case, we might have to compose the filehandle
 * ourselves.
 */
__be32
static __be32
nfsd4_encode_fattr(struct xdr_stream *xdr, struct svc_fh *fhp,
		struct svc_export *exp,
		struct dentry *dentry, u32 *bmval,