tdb: Remove "header" from tdb_context
authorVolker Lendecke <vl@samba.org>
Thu, 20 Dec 2012 15:36:02 +0000 (16:36 +0100)
committerStefan Metzmacher <metze@samba.org>
Tue, 5 Feb 2013 12:18:28 +0000 (13:18 +0100)
commit72cd5d5ff664dc46afb3dd6a5ea45a28ef7b8591
tree345e21bb28f13b724fa9ec8ff28b266a2c06ec79
parent71247ec4bdefb3a1b16619f7ea7404bcbafb5b60
tdb: Remove "header" from tdb_context

header.hash_size was the only thing we ever referenced outside of
tdb_open_ex and its direct callees. So this shrinks the tdb_context by
164 bytes.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Autobuild-User(master): Stefan Metzmacher <metze@samba.org>
Autobuild-Date(master): Tue Feb  5 13:18:28 CET 2013 on sn-devel-104
13 files changed:
lib/tdb/common/check.c
lib/tdb/common/dump.c
lib/tdb/common/freelist.c
lib/tdb/common/freelistcheck.c
lib/tdb/common/io.c
lib/tdb/common/lock.c
lib/tdb/common/open.c
lib/tdb/common/rescue.c
lib/tdb/common/summary.c
lib/tdb/common/tdb.c
lib/tdb/common/tdb_private.h
lib/tdb/common/transaction.c
lib/tdb/common/traverse.c