s3: VFS: fruit. In ad_get_meta_fsp(), we only need a handle on the base file, not...
authorJeremy Allison <jra@samba.org>
Tue, 13 Jul 2021 18:40:09 +0000 (11:40 -0700)
committerRalph Boehme <slow@samba.org>
Wed, 14 Jul 2021 08:09:31 +0000 (08:09 +0000)
commit03e36502f450d14656a824b36c33607ff418f0bf
tree81ad232e9cffb756e711c569b6063c7e8e5e9ed6
parent0657db26447ad9b0d2130fe07163e953eba2bcc2
s3: VFS: fruit. In ad_get_meta_fsp(), we only need a handle on the base file, not the stream.

We'll be calling SMB_VFS_FGETXATTR() on the base fsp anyway.

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

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