s3/smbd: Adjust estimate_ea_size to take files_struct alone
commitde83946311d8c1f007c236751280e9f101cc3a29
authorNoel Power <noel.power@suse.com>
Wed, 10 Feb 2021 11:54:29 +0000 (10 11:54 +0000)
committerJeremy Allison <jra@samba.org>
Fri, 26 Feb 2021 21:28:33 +0000 (26 21:28 +0000)
tree3acb640689908b29320cbf0222f8b4a6bd7d02a8
parentf958b6b86a85a479dc35cd8c1175d6218cfb6f60
s3/smbd: Adjust estimate_ea_size to take files_struct alone

Remove connection_struct parameter (and use fsp->conn)
instead.

Signed-off-by: Noel Power <noel.power@suse.com>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/smbd/trans2.c