Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Our file_stream interface supports seek, but when we try to seek to arbitrary locations that are smaller than an aio-boundary (say, for instance, f->seek(4)), we will end up not being able to perform the read. We need to guarantee the reads are aligned, and will then present to the caller the buffer properly offset. Signed-off-by: Glauber Costa <[email protected]>
- Loading branch information