Browse Source

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>
Andy Adamson 16 years ago
parent
commit
c8647947f8
1 changed files with 2 additions and 2 deletions
  1. 2 2
      fs/nfsd/nfs4proc.c

+ 2 - 2
fs/nfsd/nfs4proc.c

@@ -989,7 +989,7 @@ static const char *nfsd4_op_name(unsigned opnum);
  * encode the uncache rep error on the next operation.
  * encode the uncache rep error on the next operation.
  */
  */
 static __be32
 static __be32
-nfsd4_enc_uncached_replay(struct nfsd4_compoundargs *args,
+nfsd4_enc_sequence_replay(struct nfsd4_compoundargs *args,
 			 struct nfsd4_compoundres *resp)
 			 struct nfsd4_compoundres *resp)
 {
 {
 	struct nfsd4_op *op;
 	struct nfsd4_op *op;
@@ -1124,7 +1124,7 @@ encode_op:
 		if (resp->cstate.status == nfserr_replay_cache) {
 		if (resp->cstate.status == nfserr_replay_cache) {
 			dprintk("%s NFS4.1 replay from cache\n", __func__);
 			dprintk("%s NFS4.1 replay from cache\n", __func__);
 			if (nfsd4_not_cached(resp))
 			if (nfsd4_not_cached(resp))
-				status = nfsd4_enc_uncached_replay(args, resp);
+				status = nfsd4_enc_sequence_replay(args, resp);
 			else
 			else
 				status = op->status;
 				status = op->status;
 			goto out;
 			goto out;