From: FUJITA Tomonori Date: Tue, 9 Jun 2009 13:17:37 +0000 (+0200) Subject: bsg: setting rq->bio to NULL X-Git-Tag: v2.6.30~6^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1d4c41f2fdfe66dea957b76d005affba3e56b26;p=pandora-kernel.git 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 Signed-off-by: Jens Axboe --- Reading git-diff-tree failed