From: Divyesh Shah Date: Thu, 25 Mar 2010 14:45:03 +0000 (+0100) Subject: cfq-iosched: Add additional blktrace log messages in CFQ for easier debugging X-Git-Tag: v2.6.34-rc4~11^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1ffe737f5b743115ee46ffb59e338e580c54902;p=pandora-kernel.git cfq-iosched: Add additional blktrace log messages in CFQ for easier debugging These have helped us debug some issues we've noticed in earlier IO controller versions and should be useful now as well. The extra logging covers: - idling behavior. Since there are so many conditions based on which we decide to idle or not, this patch adds a log message for some conditions that we've found useful. - workload slices and current prio and workload type Changelog from v1: o moved log message from cfq_set_active_queue() to __cfq_set_active_queue() o changed queue_count to st->count Signed-off-by: Divyesh Shah Signed-off-by: Jens Axboe --- Reading git-diff-tree failed