s3: VFS: streams_xattr: In walk_xattr_streams() use smb_fname->fsp for get_ea_value().
authorJeremy Allison <jra@samba.org>
Tue, 22 Jun 2021 19:17:37 +0000 (12:17 -0700)
committerRalph Boehme <slow@samba.org>
Fri, 25 Jun 2021 15:53:31 +0000 (15:53 +0000)
commit82c95d13390904ae6957280dac137e54e9a988bb
tree158a3352f5f375cbb864306795c081e6dea74419
parentfa3609fb89fe7a9ee79c1496014b81fc2dcba795
s3: VFS: streams_xattr: In walk_xattr_streams() use smb_fname->fsp for get_ea_value().

We know this is a valid fsp as we have already used it above inside
walk_xattr_streams() as an argument to get_ea_names_from_file().

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