aboutsummaryrefslogtreecommitdiff
path: root/block
diff options
context:
space:
mode:
authorShan Wei <shanwei@cn.fujitsu.com>2009-09-01 10:06:42 +0200
committerJens Axboe <jens.axboe@oracle.com>2009-09-11 14:34:33 +0200
commitb217a903ab6581cba04f88c44284dcdd2a752561 (patch)
tree4cb565ead13823c45ed325b20b83ecd78f52a565 /block
parent49b3a3cbc0311f8f809183696b1f2ab824b18a51 (diff)
cfq: fix the log message after dispatched a request
The blktrace tools can show process id when cfq dispatched a request, using cfq_log_cfqq() instead of cfq_log(). Signed-off-by: Shan Wei <shanwei@cn.fujitsu.com> Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'block')
-rw-r--r--block/cfq-iosched.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/block/cfq-iosched.c b/block/cfq-iosched.c
index f75a54bfc54..a34686f091d 100644
--- a/block/cfq-iosched.c
+++ b/block/cfq-iosched.c
@@ -1349,7 +1349,7 @@ static int cfq_dispatch_requests(struct request_queue *q, int force)
cfq_slice_expired(cfqd, 0);
}
- cfq_log(cfqd, "dispatched a request");
+ cfq_log_cfqq(cfqd, cfqq, "dispatched a request");
return 1;
}