• Greg Kroah-Hartman's avatar
    Revert "block: fix request_queue->flags initialization" · 798e16a6
    Greg Kroah-Hartman authored
    This reverts commit 2101aa5b which is
    commit 60ea8226 upstream.
    
    To quote Ben:
    	This is not needed, as there is no QUEUE_FLAG_BYPASS in 3.0.y.
    
    To quote Tejun:
    	I don't think it will break anything as it simply changes
    	assignment to |= to avoid overwriting existing flags.  That
    	said, any patch can break anything, so if possible it would be
    	better to drop for 3.0.y.
    
    So I'll revert this to be safe.
    
    Cc: Tejun Heo <tj@kernel.org>
    Cc: Vivek Goyal <vgoyal@redhat.com>
    Cc: Jens Axboe <axboe@kernel.dk>
    Cc: Ben Hutchings <ben@decadent.org.uk>
    Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
    798e16a6
blk-core.c 73.1 KB