commit | e32463b2f7801d6561887c01db37b34958504635 | [log] [tgz] |
---|---|---|
author | Jaehoon Chung <jh80.chung@samsung.com> | Fri Aug 31 17:24:13 2012 +0900 |
committer | Jens Axboe <axboe@kernel.dk> | Sun Sep 09 12:44:10 2012 +0200 |
tree | 1c54f4bca7ec3f80e01cbc3490240212bd28ffcc | |
parent | b1f3b64d76cf88cc250e5cdd1de783ba9737078e [diff] |
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>