DO NOT REPLY [Bug 3925] rsync is unable to sync large (approx 4G) sparse files

samba-bugs at samba.org samba-bugs at samba.org
Fri Nov 14 18:39:54 GMT 2008


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





------- Comment #8 from wayned at samba.org  2008-11-14 12:39 CST -------
The vars need to be consistent.  Since the callers are passing int length
values, and the return must be able to either return the input length or go
negative (for an error), I think int is the right choice.  The chunk size of a
write will not overflow 31 bits (or indeed, even get close to that), so we
should be fine.


-- 
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