mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
tdb: Fix a typo
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
5d565f636f
commit
14abead3ca
@ -149,8 +149,8 @@ static int fcntl_unlock(struct tdb_context *tdb, int rw, off_t off, off_t len)
|
||||
* This is the memory layout of the hashchain array:
|
||||
*
|
||||
* FREELIST_TOP + 0 = freelist
|
||||
* FREELIST_TOP + 4 = hashtbale list 0
|
||||
* FREELIST_TOP + 8 = hashtbale list 1
|
||||
* FREELIST_TOP + 4 = hashtable list 0
|
||||
* FREELIST_TOP + 8 = hashtable list 1
|
||||
* ...
|
||||
*
|
||||
* Otoh lock_offset computes:
|
||||
|
Loading…
Reference in New Issue
Block a user