[PATCH]cfq: fix the log message after dispatched a request

From: Shan Wei
Date: Tue Sep 01 2009 - 04:00:44 EST


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@xxxxxxxxxxxxxx>
---
block/cfq-iosched.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/block/cfq-iosched.c b/block/cfq-iosched.c
index fd7080e..150c9dd 100644
--- a/block/cfq-iosched.c
+++ b/block/cfq-iosched.c
@@ -1362,7 +1362,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;
}

--
1.6.0.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/