diff options
author | Amitay Isaacs <amitay@gmail.com> | 2013-05-29 14:05:50 +1000 |
---|---|---|
committer | Amitay Isaacs <amitay@gmail.com> | 2013-05-29 17:47:16 +1000 |
commit | fe1fc55c616f175a3ebdd8edb64dca0430c149d7 (patch) | |
tree | f09d1b7f8b594412a109442822a6a55f6a639dbd /ctdb/lib/tdb/common/lock.c | |
parent | 803416d9787361f61d7d0a22618df45d5b7af4f3 (diff) | |
download | samba-fe1fc55c616f175a3ebdd8edb64dca0430c149d7.tar.gz samba-fe1fc55c616f175a3ebdd8edb64dca0430c149d7.tar.xz samba-fe1fc55c616f175a3ebdd8edb64dca0430c149d7.zip |
tdb: Sync to tdb 1.2.11 from upstream
(This used to be ctdb commit bb3a32ec055432afc7225c9fd7504fb187694bda)
Diffstat (limited to 'ctdb/lib/tdb/common/lock.c')
-rw-r--r-- | ctdb/lib/tdb/common/lock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/lib/tdb/common/lock.c b/ctdb/lib/tdb/common/lock.c index 88a52e9dfa..260fab6681 100644 --- a/ctdb/lib/tdb/common/lock.c +++ b/ctdb/lib/tdb/common/lock.c @@ -562,7 +562,7 @@ int tdb_allrecord_lock(struct tdb_context *tdb, int ltype, /* We cover two kinds of locks: * 1) Normal chain locks. Taken for almost all operations. - * 3) Individual records locks. Taken after normal or free + * 2) Individual records locks. Taken after normal or free * chain locks. * * It is (1) which cause the starvation problem, so we're only |