vfs: Simplify xattr_tdb_mkdirat()
authorVolker Lendecke <vl@samba.org>
Sat, 17 Sep 2022 03:29:30 +0000 (20:29 -0700)
committerJeremy Allison <jra@samba.org>
Mon, 19 Sep 2022 17:23:31 +0000 (17:23 +0000)
commitf0108015515da97fe31eb1b896a9fc36e5052b49
treef4760ce6dfbac65e4515f4d822ff82512b0e6f4d
parente343d24d2376601afbaaaf010f0cdd8861a33bd1
vfs: Simplify xattr_tdb_mkdirat()

We have the dirfsp and the relative name. And with fstatat we don't
need the full pathname anymore.

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