blk-throttle: remove CONFIG_BLK_DEV_THROTTLING_LOW
[linux-block.git] / block / blk-stat.c
index e42c263e53fb995cd7c0b0d6d3de021cae05aae1..eaf60097bbe179fb0d8e0860fbf72359cc7fd265 100644 (file)
@@ -57,9 +57,6 @@ void blk_stat_add(struct request *rq, u64 now)
 
        value = (now >= rq->io_start_time_ns) ? now - rq->io_start_time_ns : 0;
 
-       if (req_op(rq) == REQ_OP_READ || req_op(rq) == REQ_OP_WRITE)
-               blk_throtl_stat_add(rq, value);
-
        rcu_read_lock();
        cpu = get_cpu();
        list_for_each_entry_rcu(cb, &q->stats->callbacks, list) {