block: remove the duplicated setting for congestion_threshold
authorJaehoon Chung <jh80.chung@samsung.com>
Fri, 31 Aug 2012 08:24:13 +0000 (17:24 +0900)
committerJens Axboe <axboe@kernel.dk>
Sun, 9 Sep 2012 10:44:10 +0000 (12:44 +0200)
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 <jh80.chung@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>

No differences found