mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
49951b283d
The "base on g_lock" patch is a slowdown because we do more tdb operations. Getting share_entries.tdb back into locking.tdb tries to speed things up again. Now that we're based on g_lock we'll most likely use a different method in order to spread the entries across multiple records. It still maintains the sorted array of share modes within locking.tdb, but not as part of the expensive ndr marshalling of the complete array. Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Fri May 15 02:27:49 UTC 2020 on sn-devel-184 |
||
---|---|---|
.. | ||
brlock.c | ||
leases_db.c | ||
leases_db.h | ||
leases_util.c | ||
locking.c | ||
posix.c | ||
proto.h | ||
share_mode_lock.c |