Fixed hard-linking when some of the files can get skipped. This adds
authorWayne Davison <wayned@samba.org>
Mon, 17 Mar 2008 01:06:47 +0000 (18:06 -0700)
committerWayne Davison <wayned@samba.org>
Mon, 17 Mar 2008 02:47:35 +0000 (19:47 -0700)
commitc9b62cf375f393de076d0fc7a3c2748d581c54a2
treee645585c1ae9cdf9315fd86bc09618fb825c84ae
parent7bc595785ee6ac59fe514fd84ddc6d3a3c44e587
Fixed hard-linking when some of the files can get skipped.  This adds
the FLAG_SKIP_HLINK flag, which gets set on any hard-linked file that
the user wants to skip (e.g. via --ignore-existing, --append, etc.).
The code in hlink.c now deals with the skipped files instead of
triggering an assert() error.
generator.c
hlink.c
rsync.h