-
由 Shaun Tancheff 提交于
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 9082e87b ("block: remove struct bio_batch") Signed-off-by: NShaun Tancheff <shaun.tancheff@seagate.com> Tested-by: NCatalin Marinas <catalin.marinas@arm.com> Tested-by: Larry Finger@lwfinger.net Tested-by: NDavid Drysdale <drysdale@google.com> Reviewed-by: NChristoph Hellwig <hch@lst.de> Signed-off-by: NJens Axboe <axboe@fb.com>
05bd92dd