From: Li, Shaohua Date: Wed, 23 Mar 2011 07:30:34 +0000 (+0100) Subject: cfq-iosched: removing unnecessary think time checking X-Git-Tag: v2.6.39-rc1~80^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4ade94fc00f8b34589719d8a347f658b6d3951e;p=pandora-kernel.git cfq-iosched: removing unnecessary think time checking Removing think time checking. A high thinktime queue might means the queue dispatches several requests and then do away. Limitting such queue seems meaningless. And also this can simplify code. This is suggested by Vivek. Signed-off-by: Shaohua Li Acked-by: Vivek Goyal Signed-off-by: Jens Axboe --- Reading git-diff-tree failed