]> git.baikalelectronics.ru Git - kernel.git/commit
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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 1 Dec 2021 08:04:47 +0000 (09:04 +0100)
commitd6bc7638d249054eea5465cc79aa61c745a30c97
tree06e5d2b1467286e1b322deb530d9bcc3be5aab85
parentc2790d0d7bbaaa8a60c1039a3b00737f6add8940
NFSv42: Don't fail clone() unless the OP_CLONE operation failed

[ Upstream commit 56a23e3a021f6352c997826e57f47403a87a989b ]

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: d0b29ec5fb41 ("nfs42: add CLONE xdr functions")
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
fs/nfs/nfs42xdr.c