[PATCH] Batch-mode rewrite

Wayne Davison wayned at samba.org
Fri Jul 23 15:58:56 GMT 2004


On Thu, Jul 22, 2004 at 07:27:28PM -0400, Chris Shoemaker wrote:
> I see now that the hard-link post-processing looks pretty firmly
> attached to the generator, with the 4 hard_link_check() calls in
> recv_generator().  I'll look at this some more later.

Though the current code generates the hard-link data prior to forking
off the generator, the receiver frees its data (see the pool_destroy()
call in receiver.c).  Since the generator needs the data for it to pick
the right file to update, it's probably best to leave the final touch-
up phase in the generator as well.

..wayne..


More information about the rsync mailing list