]> git.ipfire.org Git - thirdparty/samba.git/commit
s3:vfs_default: implement VFS_RENAME_HOW_NO_REPLACE in vfswrap_renameat()
authorStefan Metzmacher <metze@samba.org>
Wed, 7 Aug 2024 11:14:23 +0000 (13:14 +0200)
committerStefan Metzmacher <metze@samba.org>
Wed, 21 Aug 2024 08:02:30 +0000 (08:02 +0000)
commitfe8b4617ddc1663d57ab5b0ffdeedb413e19a506
treea4432eaf70dd0964541c0422e7c92492c07ba74c
parentadc8dea944bd26186814bf3dae9a300957532d93
s3:vfs_default: implement VFS_RENAME_HOW_NO_REPLACE in vfswrap_renameat()

We can use renameat2() without ifdef as libreplace always provides it.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=15693

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/modules/vfs_default.c