diff options
author | J. Bruce Fields <bfields@redhat.com> | 2014-03-21 17:04:21 +0100 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2014-03-29 02:24:51 +0100 |
commit | 3ca2eb981435d5350c395d5266fac484b5cb1af9 (patch) | |
tree | 6becc203e501dcb7f79016c6612c9ec979750d3d /fs/nfsd/nfs4state.c | |
parent | nfsd4: update comments with obsolete function name (diff) | |
download | linux-3ca2eb981435d5350c395d5266fac484b5cb1af9.tar.xz linux-3ca2eb981435d5350c395d5266fac484b5cb1af9.zip |
nfsd4: nfsd4_replay_cache_entry should be static
This isn't actually used anywhere else.
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'fs/nfsd/nfs4state.c')
-rw-r--r-- | fs/nfsd/nfs4state.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfsd/nfs4state.c b/fs/nfsd/nfs4state.c index a07d98c47d86..a08b58d7a77f 100644 --- a/fs/nfsd/nfs4state.c +++ b/fs/nfsd/nfs4state.c @@ -1596,7 +1596,7 @@ nfsd4_enc_sequence_replay(struct nfsd4_compoundargs *args, * The sequence operation is not cached because we can use the slot and * session values. */ -__be32 +static __be32 nfsd4_replay_cache_entry(struct nfsd4_compoundres *resp, struct nfsd4_sequence *seq) { |