Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[davix] Restrict lock in
TDavixFile::ReadBuffer
Restrict lock in `TDavixFile::ReadBuffer` to only be avoid the `d_ptr->davixPosix->pread()` call by moving the lock into the private helper function. That also means that the lock is now used in all the `ReadBuffer` overloads.
- Loading branch information