smbd: set_ea() must have an fsp, so remove uses of the smb_fname parameter.
authorJeremy Allison <jra@samba.org>
Mon, 14 Dec 2020 18:14:46 +0000 (10:14 -0800)
committerRalph Boehme <slow@samba.org>
Wed, 16 Dec 2020 09:08:32 +0000 (09:08 +0000)
commit898c537a4319c1ff657394424475fdaaf2b97ad1
tree8783b2686dba5f9b37ef7fbad21c4877813ee168
parent0049a34b27f385ef18d4c84c993d1364d4dbbb0f
smbd: set_ea() must have an fsp, so remove uses of the smb_fname parameter.

Next we can remove it.

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