vfs_fruit: use fsp and remove mmap in ad_convert_xattr()
authorRalph Boehme <slow@samba.org>
Fri, 24 May 2019 09:54:51 +0000 (11:54 +0200)
committerJeremy Allison <jra@samba.org>
Thu, 30 May 2019 20:19:27 +0000 (20:19 +0000)
commit4ff7ea0e0312c737aefd350f7b8fbed4c8602325
tree805d54b542a6fa85fdb0ca437b501bfb3001ebb4
parent0041855af0b05d6c47558880d6eebd1970179272
vfs_fruit: use fsp and remove mmap in ad_convert_xattr()

No need to mmap() anyway, the xattr data is already available in ad->ad_data.

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