summaryrefslogtreecommitdiff
path: root/lib/tdb/common/tdb_private.h
diff options
context:
space:
mode:
authorRusty Russell <rusty@rustcorp.com.au>2010-02-17 15:01:07 +1030
committerRusty Russell <rusty@rustcorp.com.au>2010-02-17 15:01:07 +1030
commit1ab8776247f89b143b6e58f4b038ab4bcea20d3a (patch)
treeddd2ace8920416e67b47ef791df8a0b760c96371 /lib/tdb/common/tdb_private.h
parentd48c3e4982a38fb6b568ed3903e55e07a0fe5ca6 (diff)
downloadsamba-1ab8776247f89b143b6e58f4b038ab4bcea20d3a.tar.gz
samba-1ab8776247f89b143b6e58f4b038ab4bcea20d3a.tar.bz2
samba-1ab8776247f89b143b6e58f4b038ab4bcea20d3a.zip
tdb: remove num_locks
This was redundant before this patch series: it mirrored num_lockrecs exactly. It still does. Also, skip useless branch when locks == 1: unconditional assignment is cheaper anyway. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'lib/tdb/common/tdb_private.h')
-rw-r--r--lib/tdb/common/tdb_private.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/tdb/common/tdb_private.h b/lib/tdb/common/tdb_private.h
index 2e3c30f0ed..0ac37dfa5d 100644
--- a/lib/tdb/common/tdb_private.h
+++ b/lib/tdb/common/tdb_private.h
@@ -204,7 +204,6 @@ struct tdb_context {
struct tdb_logging_context log;
unsigned int (*hash_fn)(TDB_DATA *key);
int open_flags; /* flags used in the open - needed by reopen */
- unsigned int num_locks; /* number of chain locks held */
const struct tdb_methods *methods;
struct tdb_transaction *transaction;
int page_size;