- Changed hlink_list[] to store file-list indexes instead of
authorWayne Davison <wayned@samba.org>
Sat, 5 Mar 2005 00:21:44 +0000 (00:21 +0000)
committerWayne Davison <wayned@samba.org>
Sat, 5 Mar 2005 00:21:44 +0000 (00:21 +0000)
commit9f2e3c3f528c564be9f9908614e9fcef7c80cd01
treeba83f7f87d1424db0eaad117dce2c415957b4591
parentee1d11c495d0083afdad1725860bec7011e8377d
- Changed hlink_list[] to store file-list indexes instead of
  pointers.
- Made hard_link_one() non-static so that the generator can call it.
  Improved it to do itemized output.
- Replaced do_hard_links() with hard_link_cluster(), which changes
  the hard-linking from a post-transfer loop into a per-cluster
  operation that occurs incrementally as the transfer updates (or
  finds unchanged) one item in the cluster.
hlink.c