s3: VFS: default. In vfswrap_getxattrat_do_sync() always use the pathref fsp.
authorJeremy Allison <jra@samba.org>
Wed, 14 Jul 2021 18:23:03 +0000 (11:23 -0700)
committerRalph Boehme <slow@samba.org>
Thu, 15 Jul 2021 05:02:30 +0000 (05:02 +0000)
commit2b4062b4a1fffd3329c27ea7a840b04cf2069669
treef81c1fd6386ac9227e6f10839d27ae0d8cc638b5
parent24dc3ca67a5593954fa13fad56ca3aaf8c1a15c8
s3: VFS: default. In vfswrap_getxattrat_do_sync() always use the pathref fsp.

This is always called via a path that mandates
smb_fname->fsp is valid.

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

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