Home
last modified time | relevance | path

Searched hist:"05 bd92dddc595d74ea645e793c1f3bd4b1fc251a" (Results 1 – 1 of 1) sorted by relevance

/linux/block/
H A Dblk-lib.cdiff 05bd92dddc595d74ea645e793c1f3bd4b1fc251a Tue Jun 07 18:32:13 CEST 2016 Shaun Tancheff <shaun@tancheff.com> block: missing bio_put following submit_bio_wait

submit_bio_wait() gives the caller an opportunity to examine
struct bio and so expects the caller to issue the put_bio()

This fixes a memory leak reported by a few people in 4.7-rc2
kmemleak report after 9082e87bfbf8 ("block: remove struct bio_batch")

Signed-off-by: Shaun Tancheff <shaun.tancheff@seagate.com>
Tested-by: Catalin Marinas <catalin.marinas@arm.com>
Tested-by: Larry Finger@lwfinger.net
Tested-by: David Drysdale <drysdale@google.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@fb.com>