aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd
diff options
context:
space:
mode:
authorAndy Adamson <andros@netapp.com>2009-07-23 19:02:17 -0400
committerJ. Bruce Fields <bfields@citi.umich.edu>2009-07-28 14:30:36 -0400
commitc8647947f8c13ee2647505debae284ab1c859e65 (patch)
tree8a8ae32fde3994a7b364b8caa0dd59fcae8d271d /fs/nfsd
parent49557cc74c7bdf6a984be227ead9a84b3a26f053 (diff)
nfsd41: rename nfsd4_enc_uncached_replay
This function is only used for SEQUENCE replay. Signed-off-by: Andy Adamson <andros@netapp.com> Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
Diffstat (limited to 'fs/nfsd')
-rw-r--r--fs/nfsd/nfs4proc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/nfsd/nfs4proc.c b/fs/nfsd/nfs4proc.c
index d606c6a427de..23cd73869a21 100644
--- a/fs/nfsd/nfs4proc.c
+++ b/fs/nfsd/nfs4proc.c
@@ -989,7 +989,7 @@ static const char *nfsd4_op_name(unsigned opnum);
989 * encode the uncache rep error on the next operation. 989 * encode the uncache rep error on the next operation.
990 */ 990 */
991static __be32 991static __be32
992nfsd4_enc_uncached_replay(struct nfsd4_compoundargs *args, 992nfsd4_enc_sequence_replay(struct nfsd4_compoundargs *args,
993 struct nfsd4_compoundres *resp) 993 struct nfsd4_compoundres *resp)
994{ 994{
995 struct nfsd4_op *op; 995 struct nfsd4_op *op;
@@ -1124,7 +1124,7 @@ encode_op:
1124 if (resp->cstate.status == nfserr_replay_cache) { 1124 if (resp->cstate.status == nfserr_replay_cache) {
1125 dprintk("%s NFS4.1 replay from cache\n", __func__); 1125 dprintk("%s NFS4.1 replay from cache\n", __func__);
1126 if (nfsd4_not_cached(resp)) 1126 if (nfsd4_not_cached(resp))
1127 status = nfsd4_enc_uncached_replay(args, resp); 1127 status = nfsd4_enc_sequence_replay(args, resp);
1128 else 1128 else
1129 status = op->status; 1129 status = op->status;
1130 goto out; 1130 goto out;