X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=block%2Fblk.h;h=19995220f43f5d91c501a3f05cd312d087410b25;hb=refs%2Fheads%2F10;hp=6ceebbd61afd69ff6d76836386a32d667f766415;hpb=facb909e66d37224f564750e8ebc693b91934ec6;p=sagit-ice-cold%2Fkernel_xiaomi_msm8998.git diff --git a/block/blk.h b/block/blk.h index 6ceebbd61afd..19995220f43f 100644 --- a/block/blk.h +++ b/block/blk.h @@ -261,9 +261,7 @@ extern int blk_update_nr_requests(struct request_queue *, unsigned int); */ static inline int blk_do_io_stat(struct request *rq) { - return rq->rq_disk && - (rq->cmd_flags & REQ_IO_STAT) && - (rq->cmd_type == REQ_TYPE_FS); + return false; } /*