提交 41ae6e71 编写于 作者: J J. Bruce Fields

nfsd4: better VERIFY comment

This confuses me every time.
Signed-off-by: NJ. Bruce Fields <bfields@redhat.com>
上级 208d0acc
...@@ -1069,8 +1069,10 @@ _nfsd4_verify(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, ...@@ -1069,8 +1069,10 @@ _nfsd4_verify(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate,
cstate->current_fh.fh_dentry, &p, cstate->current_fh.fh_dentry, &p,
count, verify->ve_bmval, count, verify->ve_bmval,
rqstp, 0); rqstp, 0);
/*
/* this means that nfsd4_encode_fattr() ran out of space */ * If nfsd4_encode_fattr() ran out of space, assume that's because
* the attributes are longer (hence different) than those given:
*/
if (status == nfserr_resource) if (status == nfserr_resource)
status = nfserr_not_same; status = nfserr_not_same;
if (status) if (status)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册