76cf88cc250e5cdd1de783ba9737078e author Jaehoon Chung 1346401453 +0900 committer Jens Axboe 1347187450 +0200 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 g