提交 9481ffdc 编写于 作者: J Jens Axboe

cfq-iosched: log responsible 'cfqq' in idle timer arm

Makes it easier to read the traces.
Signed-off-by: NJens Axboe <jens.axboe@oracle.com>
上级 2d870722
......@@ -936,7 +936,7 @@ static void cfq_arm_slice_timer(struct cfq_data *cfqd)
sl = min(sl, msecs_to_jiffies(CFQ_MIN_TT));
mod_timer(&cfqd->idle_slice_timer, jiffies + sl);
cfq_log(cfqd, "arm_idle: %lu", sl);
cfq_log_cfqq(cfqd, cfqq, "arm_idle: %lu", sl);
}
/*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册