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)
commite32463b2f7801d6561887c01db37b34958504635
tree1c54f4bca7ec3f80e01cbc3490240212bd28ffcc
parentb1f3b64d76cf88cc250e5cdd1de783ba9737078e
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 <jh80.chung@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-core.c