block: make blk_do_io_stat() do the full "is this rq accountable" checks
authorJens Axboe <jens.axboe@oracle.com>
Fri, 24 Apr 2009 06:10:11 +0000 (08:10 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Tue, 28 Apr 2009 05:37:37 +0000 (07:37 +0200)
We currently check for file system requests outside of blk_do_io_stat(rq),
but we may as well just include it.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
block/blk-core.c
block/blk.h

Simple merge
diff --cc block/blk.h
Simple merge