1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-31 17:18:04 +03:00
samba-mirror/source3/locking
Jeremy Allison 20ce61ccc8 Fix for stacking locks in brlock and POSIX. Windows only allows a read lock
to overlay a write lock on the same fnum. When overlaying read locks onto
a write lock, the number of locks is counted, and the first unlock removes
the write lock and downgrades this to a read lock. Do the same when mapping
to POSIX.
Jeremy.
(This used to be commit 74d42644e6)
2000-05-03 02:27:41 +00:00
..
brlock.c Fix for stacking locks in brlock and POSIX. Windows only allows a read lock 2000-05-03 02:27:41 +00:00
locking.c Added sys_fork() and sys_getpid() functions to stop the overhead 2000-05-02 02:23:41 +00:00
posix.c Fix for stacking locks in brlock and POSIX. Windows only allows a read lock 2000-05-03 02:27:41 +00:00