]> git.ipfire.org Git - thirdparty/samba.git/commit
vfs: Simplify acl_common_remove_object()
authorVolker Lendecke <vl@samba.org>
Mon, 30 Dec 2024 19:28:39 +0000 (20:28 +0100)
committerJeremy Allison <jra@samba.org>
Thu, 23 Jan 2025 23:08:38 +0000 (23:08 +0000)
commitc2ff8ddd0eb4d220070a545d358f0b3fd9769b9d
tree8e5c6633ac4007902c84152b6806b992525d6317
parent1fc02d575fe12d3b20948fd2052f5b219583c942
vfs: Simplify acl_common_remove_object()

These days we have "dirfsp" available inside the unlinkat vfs
functions. There's no need to mess with the cwd.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/modules/vfs_acl_common.c