Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
io-wq: fix error path leak of buffered write hash map
The 'err' path should include the hash put, we already grabbed a reference once we get that far. Fixes: e941894 ("io-wq: make buffered file write hashed work map per-ctx") Signed-off-by: Jens Axboe <[email protected]>
- Loading branch information