vfs_fruit: remove use of mmap() from ad_convert_move_reso()
authorRalph Boehme <slow@samba.org>
Thu, 23 May 2019 20:44:21 +0000 (22:44 +0200)
committerJeremy Allison <jra@samba.org>
Thu, 30 May 2019 20:19:27 +0000 (20:19 +0000)
commit0041855af0b05d6c47558880d6eebd1970179272
tree43d85d08e614018b620313d58b35a63f99ccebab
parent29418c726be74feb1d8c3ac9f7b8c983901a2aab
vfs_fruit: remove use of mmap() from ad_convert_move_reso()

We now have an fsp that we can use, so we can get rid of mmap() and
sys_pread()/sys_pwrite().

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