smbd: Add flags to the beginning of share_mode_data
authorVolker Lendecke <vl@samba.org>
Fri, 28 Jun 2019 05:48:45 +0000 (07:48 +0200)
committerRalph Boehme <slow@samba.org>
Thu, 4 Jul 2019 14:03:29 +0000 (14:03 +0000)
commit01428c55dd0440976a0a319823cf7bc6113f508a
tree7e5af6eea9432b804e0c0e6f7a755710f75cc344
parentc5659f7b05289d23efe0288702157c6b5442ed3d
smbd: Add flags to the beginning of share_mode_data

They are put at the beginning for easy parsing without reading the
full struct. First step to remove the number of read oplocks/leases
from brlock.tdb, where it does not belong.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/librpc/idl/open_files.idl
source3/locking/share_mode_lock.c