[BLOCK] bio: init ->bi_bdev in bio_init()
authorJens Axboe <axboe@suse.de>
Mon, 9 Jan 2006 13:45:10 +0000 (14:45 +0100)
committerJens Axboe <axboe@suse.de>
Mon, 9 Jan 2006 13:45:10 +0000 (14:45 +0100)
commit0ea60b5ad8c3630e8f44c443f173d841be7fc701
tree9a8d23c797439a03dcccf26678994783d12f1bbb
parent769db45b73896a88d6b40e3e648dfc50a155ec93
[BLOCK] bio: init ->bi_bdev in bio_init()

For SG_IO requests, bio->bi_bdev may not be explicitly initialized. So make
bio_init() clear the field to make sure it's always NULL or valid.

Signed-off-by: Jens Axboe <axboe@suse.de>
fs/bio.c