Unified the file-list pool used in incremental recursion mode so that
authorWayne Davison <wayned@samba.org>
Tue, 29 May 2007 04:19:47 +0000 (04:19 +0000)
committerWayne Davison <wayned@samba.org>
Tue, 29 May 2007 04:19:47 +0000 (04:19 +0000)
we use less memory, especially in small transfers.  As file lists are
discarded, we use the new pool_boundary() and pool_free_old() functions
to discard pool extents that are no longer needed.


No differences found