vfs_fruit: remove now unused AppleDouble code for resource fork in xattr
authorRalph Boehme <slow@samba.org>
Fri, 17 May 2019 12:31:15 +0000 (14:31 +0200)
committerJeremy Allison <jra@samba.org>
Thu, 30 May 2019 20:19:27 +0000 (20:19 +0000)
commitcb9dffa1c66294b6eed85e7576aa99c642d0b541
tree2e54a5f9c05f0cf8a89df2641a649624dd81d61f
parenta23bcc1916a49bf3e0edece190e5434e39862d2c
vfs_fruit: remove now unused AppleDouble code for resource fork in xattr

This was only needed to get the resourcefork size via the ad_* AppleDouble
function. This is now done with a fstat on the low level xattr fd (remember,
this is Solaris only code...), so we can remove the xattr special casing from
the AppleDouble functions.

Bug: https://bugzilla.samba.org/show_bug.cgi?id=13968

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