commit | 2355c59644def5950f982fc1509dd45037e79ded | [log] [tgz] |
---|---|---|
author | J. Bruce Fields <bfields@redhat.com> | Wed Apr 25 16:56:22 2012 -0400 |
committer | J. Bruce Fields <bfields@redhat.com> | Thu May 31 20:29:35 2012 -0400 |
tree | 8e0fe0a1cc32fc808e8451cfa3b054b15dc05ffd | |
parent | bfa4b36525577dfe2b52c7e52e03525aba1b74d3 [diff] [blame] |
nfsd4: fix missing "static" Signed-off-by: J. Bruce Fields <bfields@redhat.com>
diff --git a/fs/nfsd/nfs4xdr.c b/fs/nfsd/nfs4xdr.c index bcd8904..59c5184 100644 --- a/fs/nfsd/nfs4xdr.c +++ b/fs/nfsd/nfs4xdr.c
@@ -3399,7 +3399,7 @@ return 0; } -__be32 +static __be32 nfsd4_encode_test_stateid(struct nfsd4_compoundres *resp, int nfserr, struct nfsd4_test_stateid *test_stateid) {