summaryrefslogtreecommitdiffstats
path: root/docs/htmldocs
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2001-10-16 22:11:21 +0000
committerJeremy Allison <jra@samba.org>2001-10-16 22:11:21 +0000
commit26c2650a47dac4f19434bac82f1f5073a073e2c3 (patch)
treed18f24c86f7aa0006186f8fc32b1db9590f6c276 /docs/htmldocs
parent2c89ba8d0f16780fc7c1c481a8f258cb6f66e8ae (diff)
downloadsamba-26c2650a47dac4f19434bac82f1f5073a073e2c3.tar.gz
samba-26c2650a47dac4f19434bac82f1f5073a073e2c3.tar.xz
samba-26c2650a47dac4f19434bac82f1f5073a073e2c3.zip
Don't core dump when using spinlocks on a read-only tdb. Unfortunately this
means that a read-write opener and a read-only opener are using different locking mechanisms - this needs to be addressed, but it's hard as the read-write opener using the spinlocks is usually first, so there's no way to force them to change down to the fcntl method. Read only access is less important anyway and can never corrupt the tdb anyway, so errors in read-only record reads are more tolerable. Jeremy
Diffstat (limited to 'docs/htmldocs')
0 files changed, 0 insertions, 0 deletions