s3-smbd: Push smb_fname into estimate_ea_size
authorAndrew Bartlett <abartlet@samba.org>
Sun, 19 Aug 2012 05:24:04 +0000 (15:24 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 20 Aug 2012 11:57:46 +0000 (21:57 +1000)
commitf9f8a8c3d8bf1b027f149d2753824d9b2867f2ca
tree4677f48302508d65bb352802571cca3238e0c1d2
parent3ef0e2246b4016b5f8a38f7476bc226c1875bfab
s3-smbd: Push smb_fname into estimate_ea_size

This ensures that we return the ea size of the stream, not the overall file.

This is important as if there is an EA on the main file, the raw.streams
test was failing.

Andrew Bartlett
source3/smbd/trans2.c