]> git.ipfire.org Git - thirdparty/samba.git/commit
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)
committerKarolin Seeger <kseeger@samba.org>
Fri, 21 Jun 2019 06:49:33 +0000 (06:49 +0000)
commitfef47b90e5411c641b5ce8842bbe035e4ea51f0c
treeea5a85133307c44c78cf3f92ee08dd50401705f0
parent7fc300d4655423e7d3daa3e6261c43d6a3805e27
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>
(cherry picked from commit 4ff7ea0e0312c737aefd350f7b8fbed4c8602325)
source3/modules/vfs_fruit.c