summaryrefslogtreecommitdiff
path: root/.testr.conf
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2012-10-31 13:02:19 +0100
committerStefan Metzmacher <metze@samba.org>2013-03-26 11:22:16 +0100
commit032da72e2b81685f292622cfd2ced14af257849d (patch)
tree9e8333fd1f5fdae8058dff4984a09dfa82e2606b /.testr.conf
parentc2b26a43ffae22c9dff7929c48531fec9e6ed922 (diff)
downloadsamba-032da72e2b81685f292622cfd2ced14af257849d.tar.gz
samba-032da72e2b81685f292622cfd2ced14af257849d.tar.bz2
samba-032da72e2b81685f292622cfd2ced14af257849d.zip
smbd: Avoid some talloc_realloc in notify_internal
For the nonclustered case we will only ever have one vnn in notify_index.tdb. For this case, without this patch we did talloc_realloc when collecting vnns to be able to do the memcpy instead of explicit copy with a for-loop. This new code will partition the new vnns we see when parsing a notify_index.tdb record into ourselves and all foreign vnns, only really collecting the foreign ones in an array. Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to '.testr.conf')
0 files changed, 0 insertions, 0 deletions