s3: smbd: Rename get_ea_value() -> get_ea_value_fsp().
authorJeremy Allison <jra@samba.org>
Wed, 23 Jun 2021 00:53:29 +0000 (17:53 -0700)
committerRalph Boehme <slow@samba.org>
Fri, 25 Jun 2021 15:53:31 +0000 (15:53 +0000)
commite30094e6c039c17bdea8b27df9a8a1ead7cc21e4
tree73d6a8fea96d1d880606a66432e82e2904153942
parenta117624bb193e32222ba7ed5eb5bafc8b1e0d876
s3: smbd: Rename get_ea_value() -> get_ea_value_fsp().

Remove the connection struct and smb_filename parameters.

There are now no more callers of SMB_VFS_GETXATTR().

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