]> git.baikalelectronics.ru Git - kernel.git/commit
nfsd: fix change_info in NFSv4 RENAME replies
authorJeff Layton <jlayton@kernel.org>
Sat, 9 Sep 2023 11:12:30 +0000 (07:12 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 23 Sep 2023 09:11:11 +0000 (11:11 +0200)
commitdcf3caeee4322a3a7c4d8356d9a6bbf8a68140a1
treed0240b9d243c8d2e75f80ca63a2a90d5e83908ed
parent978b86fbdb2acf69a3630931f0c4f07a30734f2f
nfsd: fix change_info in NFSv4 RENAME replies

commit fdd2630a7398191e84822612e589062063bd4f3d upstream.

nfsd sends the transposed directory change info in the RENAME reply. The
source directory is in save_fh and the target is in current_fh.

Reported-by: Zhi Li <yieli@redhat.com>
Reported-by: Benjamin Coddington <bcodding@redhat.com>
Closes: https://bugzilla.redhat.com/show_bug.cgi?id=2218844
Signed-off-by: Jeff Layton <jlayton@kernel.org>
Cc: <stable@vger.kernel.org>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/nfsd/nfs4proc.c