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
Wed Nov 12 02:04:26 GMT 2008


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





------- Comment #6 from wayned at samba.org  2008-11-11 20:04 CST -------
Created an attachment (id=3728)
 --> (https://bugzilla.samba.org/attachment.cgi?id=3728&action=view)
Tweak spare_seek and a few other size_t vars

Thanks, Pedro!  I agree that the sparse_seek variable should be an off_t (which
is an OFF_T in rsync, to support some systems where off_t isn't as bit as it
should be).

In looking at the size_t args write_file() and write_sparse() and how they
interact with int vars, it looks to me like some of the size_t values should
also be ints.

This patch changes both the sparse_seek definition and makes some size_t vars
ints.


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