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)
commitabdcb21a7aa725cbf7a5a9e37f93484a133b69d1
tree5ab8f3f8f6a98913e412e0998d1e7107e6c5d557
parentf5ba7bfbb6d0862046cd8649459f4a3787e01fac
Unified the file-list pool used in incremental recursion mode so that
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.
flist.c