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)
committerKarolin Seeger <kseeger@samba.org>
Fri, 21 Jun 2019 07:56:19 +0000 (07:56 +0000)
commit76074dded7dd7fc5dca51911b7f96880e98549f8
treeabb9260afebba52cd72a33dde4a2787755f538ae
parentb24bac64570e9339620dffc0435f0b20dc2f4e6c
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>
(cherry picked from commit cb9dffa1c66294b6eed85e7576aa99c642d0b541)
source3/modules/vfs_fruit.c