diff --git a/[refs] b/[refs] index d82b10e4af12..44ca6fbc0979 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b1f3b64d76cf88cc250e5cdd1de783ba9737078e +refs/heads/master: e32463b2f7801d6561887c01db37b34958504635 diff --git a/trunk/block/blk-core.c b/trunk/block/blk-core.c index 82aab2815858..2d739ca10923 100644 --- a/trunk/block/blk-core.c +++ b/trunk/block/blk-core.c @@ -713,8 +713,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;