[Bug 8177] Problems with big sparsed files

samba-bugs at samba.org samba-bugs at samba.org
Fri Jan 18 16:38:59 MST 2013


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

Wayne Davison <wayned at samba.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED

--- Comment #22 from Wayne Davison <wayned at samba.org> 2013-01-18 23:38:52 UTC ---
I have checked in a change that makes the map_ptr() function align its reads on
1024-byte boundaries.  Hopefully that will fix this issue without making things
inefficient.

I looked at the patch from molniev, and it has a bug in the read look should
the read return less than the number of bytes requested (the next read would
overwrite earlier bytes instead of appending them).  My patch is instead just a
simpler bit of rounding changes made to the stock code.

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


More information about the rsync mailing list