diff options
author | Volker Lendecke <vl@samba.org> | 2012-10-31 13:02:19 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2013-03-26 11:22:16 +0100 |
commit | 032da72e2b81685f292622cfd2ced14af257849d (patch) | |
tree | 9e8333fd1f5fdae8058dff4984a09dfa82e2606b /script/random-sleep.sh | |
parent | c2b26a43ffae22c9dff7929c48531fec9e6ed922 (diff) | |
download | samba-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 'script/random-sleep.sh')
0 files changed, 0 insertions, 0 deletions