You need to sign in or sign up before continuing.
提交 0da7b19c 编写于 作者: J J. Bruce Fields

nfsd4: minor nfsd4_replay_cache_entry cleanup

Maybe this is comment true, who cares?  Handle this like any other
error.
Signed-off-by: NJ. Bruce Fields <bfields@redhat.com>
上级 3ca2eb98
......@@ -1605,9 +1605,8 @@ nfsd4_replay_cache_entry(struct nfsd4_compoundres *resp,
dprintk("--> %s slot %p\n", __func__, slot);
/* Either returns 0 or nfserr_retry_uncached */
status = nfsd4_enc_sequence_replay(resp->rqstp->rq_argp, resp);
if (status == nfserr_retry_uncached_rep)
if (status)
return status;
/* The sequence operation has been encoded, cstate->datap set. */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册