| commit | 888ce058d8bf82acdf33d5d94419533332ff04fd | [log] [tgz] |
|---|---|---|
| author | Wayne Davison <wayne@opencoder.net> | Mon May 25 14:01:52 2020 -0700 |
| committer | Wayne Davison <wayne@opencoder.net> | Mon May 25 14:01:52 2020 -0700 |
| tree | 3952a2b03e873c0c74db8f21d6a3e9f5a9de2592 | |
| parent | c394e861845682d23b6dd6b9114d763fc8c493a8 [diff] |
Two sparse fixes from Yuxuan Shui. - Make "len" parameter of do_punch_hole an OFF_T. - Clear sparse_past_write in sparse_end(), otherwise when write_sparse() is called for the next file, do_punch_hole() will be called with a pos that's not actually the current position in file, causing it to fail.