diff options
author | Tejun Heo <tj@kernel.org> | 2012-09-20 14:09:30 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-10-21 09:17:10 -0700 |
commit | 2101aa5bb084931f22fa08cacd6d69c80afade7f (patch) | |
tree | 20b83369f91c06ce2113f75d61aec7db26071f31 /samples/Kconfig | |
parent | d62c80f1f9146816e91921ded8f982cfc3491f4d (diff) | |
download | kernel_samsung_crespo-2101aa5bb084931f22fa08cacd6d69c80afade7f.zip kernel_samsung_crespo-2101aa5bb084931f22fa08cacd6d69c80afade7f.tar.gz kernel_samsung_crespo-2101aa5bb084931f22fa08cacd6d69c80afade7f.tar.bz2 |
block: fix request_queue->flags initialization
commit 60ea8226cbd5c8301f9a39edc574ddabcb8150e0 upstream.
A queue newly allocated with blk_alloc_queue_node() has only
QUEUE_FLAG_BYPASS set. For request-based drivers,
blk_init_allocated_queue() is called and q->queue_flags is overwritten
with QUEUE_FLAG_DEFAULT which doesn't include BYPASS even though the
initial bypass is still in effect.
In blk_init_allocated_queue(), or QUEUE_FLAG_DEFAULT to q->queue_flags
instead of overwriting.
Signed-off-by: Tejun Heo <tj@kernel.org>
Acked-by: Vivek Goyal <vgoyal@redhat.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'samples/Kconfig')
0 files changed, 0 insertions, 0 deletions