From: Jaehoon Chung Date: Fri, 31 Aug 2012 08:24:13 +0000 (+0900) Subject: block: remove the duplicated setting for congestion_threshold X-Git-Tag: v3.7-rc1~54^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e32463b2f7801d6561887c01db37b34958504635;p=pandora-kernel.git block: remove the duplicated setting for congestion_threshold Before call the blk_queue_congestion_threshold(), the blk_queue_congestion_threshold() is already called at blk_queue_make_rquest(). Because this code is the duplicated, it has removed. Signed-off-by: Jaehoon Chung Signed-off-by: Kyungmin Park Signed-off-by: Jens Axboe --- Reading git-diff-tree failed