提交 c8647947 编写于 作者: A Andy Adamson 提交者: J. Bruce Fields

nfsd41: rename nfsd4_enc_uncached_replay

This function is only used for SEQUENCE replay.
Signed-off-by: NAndy Adamson <andros@netapp.com>
Signed-off-by: NJ. Bruce Fields <bfields@citi.umich.edu>
上级 49557cc7
......@@ -989,7 +989,7 @@ static const char *nfsd4_op_name(unsigned opnum);
* encode the uncache rep error on the next operation.
*/
static __be32
nfsd4_enc_uncached_replay(struct nfsd4_compoundargs *args,
nfsd4_enc_sequence_replay(struct nfsd4_compoundargs *args,
struct nfsd4_compoundres *resp)
{
struct nfsd4_op *op;
......@@ -1124,7 +1124,7 @@ nfsd4_proc_compound(struct svc_rqst *rqstp,
if (resp->cstate.status == nfserr_replay_cache) {
dprintk("%s NFS4.1 replay from cache\n", __func__);
if (nfsd4_not_cached(resp))
status = nfsd4_enc_uncached_replay(args, resp);
status = nfsd4_enc_sequence_replay(args, resp);
else
status = op->status;
goto out;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册