vfs_fruit: let the ad_convert_*() subfunctions mmap as needed
authorRalph Boehme <slow@samba.org>
Fri, 5 Oct 2018 14:59:18 +0000 (16:59 +0200)
committerRalph Boehme <slow@samba.org>
Wed, 10 Oct 2018 20:22:14 +0000 (22:22 +0200)
commit918c6c59901d0bf939dcc178b661b6ae8201e903
treea7bb64cbe98a9e2b82cadd56fcd715ba3414fa26
parentf91e0c857a5a44a5eab7696fafda758044739978
vfs_fruit: let the ad_convert_*() subfunctions mmap as needed

This may mean that we mmap twice when we convert an AppleDouble file,
but this is the only sane way to cleanly modularize ad_convert().

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

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