vfs_fruit: split out truncating from ad_convert()
authorRalph Boehme <slow@samba.org>
Fri, 5 Oct 2018 17:13:16 +0000 (19:13 +0200)
committerRalph Boehme <slow@samba.org>
Wed, 10 Oct 2018 20:22:14 +0000 (22:22 +0200)
commit98bd7c0a46f72b097011a5c59e899ac4862ff651
tree4412f83c02eaf08dface22b28a3247b16eb31604
parent4f1174b6eb2257d789a1eb9c925ccc561bab2f16
vfs_fruit: split out truncating from ad_convert()

This may look a little ill-advised as this increases line count, but
the goal here is modularizing ad_convert() itself and making it as slick
as possible helps achieving that goal.

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