s3:vfs_fileid: maintain an array of nolock inodes
authorStefan Metzmacher <metze@samba.org>
Wed, 29 Jun 2022 14:31:22 +0000 (16:31 +0200)
committerRalph Boehme <slow@samba.org>
Tue, 5 Jul 2022 15:09:35 +0000 (15:09 +0000)
commit2668700f1e8287114f0a2a0b6b14f1eebd2501a7
treedd1d61120334131facfd87606d5cb807b14f5101
parent3ec4dddb54c75f6cc123b42d6c625a0d1f8b28c6
s3:vfs_fileid: maintain an array of nolock inodes

This way 'fsname_norootdir[_ext]' is not overwritten by
'fileid:nolockinode' and both can work independently.

It will also allow us to add more nolock inodes under
other conditions in the following changes.

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