]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit8cfe10adf956d5db1e25355fd93d866f96c77386
tree1c54f4bca7ec3f80e01cbc3490240212bd28ffcc
parenta5ecb2f2e91bf6b3836e39f14d0b972f5116bec5
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