vfs: Convert streams_xattr_get_name() to return 0/errno
commitbea01e845c8df277b7fa8225a4079d43835d7e1c
authorVolker Lendecke <vl@samba.org>
Wed, 9 Oct 2024 09:17:20 +0000 (9 11:17 +0200)
committerRalph Boehme <slow@samba.org>
Tue, 12 Nov 2024 12:09:35 +0000 (12 12:09 +0000)
tree57e376ff568485c8027594cff467c339745b1ac3
parent7430831f8831a9a6eee83376c10027ca7cb449d6
vfs: Convert streams_xattr_get_name() to return 0/errno

This function is pretty simple, this avoids a few calls to
map_errno_from_nt_status in the callers

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/modules/vfs_streams_xattr.c