| commit | 43063a1c8288d987eb9c14e2736b3b857836def6 | [log] [tgz] |
|---|---|---|
| author | Jens Axboe <jens.axboe@oracle.com> | Tue Mar 27 20:21:24 2007 +0200 |
| committer | Jens Axboe <jens.axboe@oracle.com> | Tue Mar 27 20:21:24 2007 +0200 |
| tree | 06a52bb868afab81126124333c27778963378420 | |
| parent | e6e41602c9725f811160f244b8ec5ecaa4912f45 [diff] |
Fix bug with not noticing end of file We repeatedly re-read the last end of a file, instead of skipping to a new one. The problem was that the offset got turned into a block number for comparison, so we would screw up if size % bs. Signed-off-by: Jens Axboe <jens.axboe@oracle.com>