]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
block: use unitialized_var() in bio_alloc_bioset()
authorJens Axboe <jens.axboe@oracle.com>
Wed, 7 May 2008 11:26:27 +0000 (13:26 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Wed, 7 May 2008 11:26:27 +0000 (13:26 +0200)
commiteeae1d48c011839d9e1cdc1e8aacf0193c9d8197
tree77696d424a374adf671b1afb2ed03a76a65fee48
parent28f13702f03e527fcb979747a882cf366c489c50
block: use unitialized_var() in bio_alloc_bioset()

Better than setting idx to some random value and it silences the
same bogus gcc warning.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
fs/bio.c