vfs_streams_xattr: use pathref in streams_xattr_unlink_internal()
authorRalph Boehme <slow@samba.org>
Wed, 20 Jan 2021 14:19:31 +0000 (15:19 +0100)
committerJeremy Allison <jra@samba.org>
Thu, 28 Jan 2021 08:11:49 +0000 (08:11 +0000)
commit274ed8c012ccbcd67068d4cb4e144765f840c0d2
tree7c8fba68581935aefca1057c72376326aecb971b
parentf1607cda38eb9b57567912ee595d5bd6ca8902a7
vfs_streams_xattr: use pathref in streams_xattr_unlink_internal()

All callers now pass an smb_fname that has a valid pathref fsp.

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/modules/vfs_streams_xattr.c