https://github.com/torvalds/linux
Revision dc7bbc9ef361bea331bf5258a35abcdef619d44d authored by Jens Axboe on 01 March 2021, 16:09:56 UTC, committed by Jens Axboe on 04 March 2021, 13:37:59 UTC
The 'err' path should include the hash put, we already grabbed a reference
once we get that far.

Fixes: e941894eae31 ("io-wq: make buffered file write hashed work map per-ctx")
Signed-off-by: Jens Axboe <axboe@kernel.dk>
1 parent 1627089
Raw File
Tip revision: dc7bbc9ef361bea331bf5258a35abcdef619d44d authored by Jens Axboe on 01 March 2021, 16:09:56 UTC
io-wq: fix error path leak of buffered write hash map
Tip revision: dc7bbc9
.cocciconfig
[spatch]
	options = --timeout 200
	options = --use-gitgrep
back to top