From: Jianpeng Ma Date: Wed, 11 Sep 2013 19:21:07 +0000 (-0600) Subject: block: trace all devices plug operation X-Git-Tag: v3.12-rc2~4^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7aef2e780b13973ea60aed8c556107dabde6a495;p=pandora-kernel.git block: trace all devices plug operation In func blk_queue_bio, if list of plug is empty,it will call blk_trace_plug. If process deal with a single device,it't ok.But if process deal with multi devices,it only trace the first device. Using request_count to judge, it can soleve this problem. In addition, i modify the comment. Signed-off-by: Jianpeng Ma Signed-off-by: Jens Axboe --- Reading git-diff-tree failed