commit | fb8ec18c316d869271137c97320dbfd2def56569 | [log] [tgz] |
---|---|---|
author | Jens Axboe <jens.axboe@oracle.com> | Mon Feb 02 08:42:32 2009 +0100 |
committer | Jens Axboe <jens.axboe@oracle.com> | Mon Feb 02 08:42:32 2009 +0100 |
tree | 8cf6a84747e10f0cf78a1cb73b1ea69681da0d70 | |
parent | 45c82b5a770be66845687a7d027c8b52946d59af [diff] |
block: fix oops in blk_queue_io_stat() Some initial probe requests don't have disk->queue mapped yet, so we can't rely on a non-NULL queue in blk_queue_io_stat(). Wrap it in blk_do_io_stat(). Signed-off-by: Jens Axboe <jens.axboe@oracle.com>