s3: VFS: streams_xattr: Use fsp->base_fsp for the fsp parameter to get_xattr_size...
authorJeremy Allison <jra@samba.org>
Tue, 22 Jun 2021 20:47:46 +0000 (13:47 -0700)
committerRalph Boehme <slow@samba.org>
Fri, 25 Jun 2021 15:53:31 +0000 (15:53 +0000)
commitcacce8babf989b51eebb9194f5b57bef3634de67
tree490596a7812048a892ca85895d2ceae70dcfba70
parent520a78d97527b313bae0f7596d713e6e8ab00360
s3: VFS: streams_xattr: Use fsp->base_fsp for the fsp parameter to get_xattr_size() in streams_xattr_fstat().

We no longer need the 'struct smb_filename *smb_fname_base' here.

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