Re: [PATCH] block: remove the duplicated setting for congestion_threshold

2012-09-09 Thread Jens Axboe
On 2012-08-31 10:24, Jaehoon Chung wrote: > 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. So it is, good catch. Applied. -- Jens Axboe -- To unsubsc

[PATCH] block: remove the duplicated setting for congestion_threshold

2012-08-31 Thread Jaehoon Chung
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 --- block/blk-core.c |2 -- 1 files changed, 0