s3:vfs_fileid: move to a single mapping_fn() returning struct file_id
authorStefan Metzmacher <metze@samba.org>
Wed, 22 Jun 2022 15:33:49 +0000 (17:33 +0200)
committerRalph Boehme <slow@samba.org>
Tue, 5 Jul 2022 15:09:35 +0000 (15:09 +0000)
commit3ec4dddb54c75f6cc123b42d6c625a0d1f8b28c6
treeb57cf657ffc39b794eaf564802eaf3fcfdf738d5
parent2dfb334f8cb848671a8f6e46bebe83b62fe380e5
s3:vfs_fileid: move to a single mapping_fn() returning struct file_id

This makes the code much less magic (at least for me) and
it will allow further changes to be made easier.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/modules/vfs_fileid.c