diff options
author | J. Bruce Fields <bfields@redhat.com> | 2013-08-21 15:32:50 -0400 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2014-01-07 16:01:15 -0500 |
commit | 41ae6e714a6c25a9932d32a323e8c87f6bac4037 (patch) | |
tree | a28592e8641e3d02aaf73292cc1c0cdaa5f67975 /fs/nfsd/nfs4proc.c | |
parent | 208d0acc49cbf22a71d32b40a69e199717a76687 (diff) |
nfsd4: better VERIFY comment
This confuses me every time.
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'fs/nfsd/nfs4proc.c')
-rw-r--r-- | fs/nfsd/nfs4proc.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/fs/nfsd/nfs4proc.c b/fs/nfsd/nfs4proc.c index 41e34dfd4e5f..dadff09b0b0c 100644 --- a/fs/nfsd/nfs4proc.c +++ b/fs/nfsd/nfs4proc.c | |||
@@ -1069,8 +1069,10 @@ _nfsd4_verify(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, | |||
1069 | cstate->current_fh.fh_dentry, &p, | 1069 | cstate->current_fh.fh_dentry, &p, |
1070 | count, verify->ve_bmval, | 1070 | count, verify->ve_bmval, |
1071 | rqstp, 0); | 1071 | rqstp, 0); |
1072 | 1072 | /* | |
1073 | /* this means that nfsd4_encode_fattr() ran out of space */ | 1073 | * If nfsd4_encode_fattr() ran out of space, assume that's because |
1074 | * the attributes are longer (hence different) than those given: | ||
1075 | */ | ||
1074 | if (status == nfserr_resource) | 1076 | if (status == nfserr_resource) |
1075 | status = nfserr_not_same; | 1077 | status = nfserr_not_same; |
1076 | if (status) | 1078 | if (status) |