OSDN Git Service

NFSv42: Don't fail clone() unless the OP_CLONE operation failed
authorTrond Myklebust <trond.myklebust@hammerspace.com>
Tue, 16 Nov 2021 14:55:01 +0000 (09:55 -0500)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Wed, 17 Nov 2021 19:08:23 +0000 (14:08 -0500)
commitd3c45824ad65aebf765fcf51366d317a29538820
tree56446a004c3d41df93d6658bad4857bca50ba5ce
parentf96f8cc4a63dd645e07ea9712be4e0a76ea4ec1f
NFSv42: Don't fail clone() unless the OP_CLONE operation failed

The failure to retrieve post-op attributes has no bearing on whether or
not the clone operation itself was successful. We must therefore ignore
the return value of decode_getfattr() when looking at the success or
failure of nfs4_xdr_dec_clone().

Fixes: 36022770de6c ("nfs42: add CLONE xdr functions")
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
fs/nfs/nfs42xdr.c