lkml.org 
[lkml]   [2012]   [Nov]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 029/270] block: remove the duplicated setting for congestion_threshold
    Date
    3.5.7u1 -stable review patch.  If anyone has any objections, please let me know.

    ------------------

    From: Jaehoon Chung <jh80.chung@samsung.com>

    commit e32463b2f7801d6561887c01db37b34958504635 upstream.

    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>
    [ herton: only a cleanup, but allows clean application of commit 749fefe ]
    Signed-off-by: Herton Ronaldo Krzesinski <herton.krzesinski@canonical.com>
    ---
    block/blk-core.c | 2 --
    1 file changed, 2 deletions(-)

    diff --git a/block/blk-core.c b/block/blk-core.c
    index 93eb3e4..ad39394 100644
    --- a/block/blk-core.c
    +++ b/block/blk-core.c
    @@ -703,8 +703,6 @@ blk_init_allocated_queue(struct request_queue *q, request_fn_proc *rfn,
    if (elevator_init(q, NULL))
    return NULL;

    - blk_queue_congestion_threshold(q);
    -
    /* all done, end the initial bypass */
    blk_queue_bypass_end(q);
    return q;
    --
    1.7.9.5


    \
     
     \ /
      Last update: 2012-11-26 19:01    [W:2.945 / U:0.236 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site