[Bug 2615] rsync hang when using -H

samba-bugs at samba.org samba-bugs at samba.org
Fri Apr 15 08:05:54 GMT 2005


https://bugzilla.samba.org/show_bug.cgi?id=2615





------- Additional Comments From wayned at samba.org  2005-04-15 01:05 -------
Created an attachment (id=1161)
 --> (https://bugzilla.samba.org/attachment.cgi?id=1161&action=view)
Fix for sending a single file with -H

The fix is to get rid of the attempted optimization where we don't look for
matching hard-links if the file-list size has only 1 item in it.  Doing this
leaves the file's hard-link-data pointer set, which indicates to the 2.6.4 code
that the item needs to be hard-linked to something.  Allowing the single-item
file-list to go ahead and do the normal hard-link init ensures that the
singleton file struct gets its hard-link-data pointer cleared, and all is well.

-- 
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.


More information about the rsync mailing list