commit | c1d4c41f2fdfe66dea957b76d005affba3e56b26 | [log] [tgz] |
---|---|---|
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | Tue Jun 09 15:17:37 2009 +0200 |
committer | Jens Axboe <jens.axboe@oracle.com> | Tue Jun 09 15:17:37 2009 +0200 |
tree | 9436a0f4417c1f938103a55c739c6c6e1fdbf94b | |
parent | 3af968e066d593bc4dacc021715f3e95ddf0996f [diff] |
bsg: setting rq->bio to NULL Due to commit 1cd96c242a829d52f7a5ae98f554ca9775429685 ("block: WARN in __blk_put_request() for potential bio leak"), BSG SMP requests get the false warnings: WARNING: at block/blk-core.c:1068 __blk_put_request+0x52/0xc0() This sets rq->bio to NULL to avoid that false warnings. Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> Signed-off-by: Jens Axboe <jens.axboe@oracle.com>