]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ksmbd: clear RENAME_NOREPLACE before calling vfs_rename
authorMarios Makassikis <mmakassikis@freebox.fr>
Mon, 15 Apr 2024 13:12:48 +0000 (15:12 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 27 Apr 2024 15:07:18 +0000 (17:07 +0200)
commit4687606d94deaccce06c64655ee82989acff5512
treeec972cce01748db574dd7def28b4cca6153d1895
parent21ff9d7d223c5c19cb4334009e4c0c83a2f4d674
ksmbd: clear RENAME_NOREPLACE before calling vfs_rename

commit 4973b04d3ea577db80c501c5f14e68ec69fe1794 upstream.

File overwrite case is explicitly handled, so it is not necessary to
pass RENAME_NOREPLACE to vfs_rename.

Clearing the flag fixes rename operations when the share is a ntfs-3g
mount. The latter uses an older version of fuse with no support for
flags in the ->rename op.

Cc: stable@vger.kernel.org
Signed-off-by: Marios Makassikis <mmakassikis@freebox.fr>
Acked-by: Namjae Jeon <linkinjeon@kernel.org>
Signed-off-by: Steve French <stfrench@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/smb/server/vfs.c