• Andrew Morton's avatar
    [PATCH] Fix oops when modifying /sys/block/dm-0/queue/nr_requests · 7b2115c5
    Andrew Morton authored
    From: Mike Christie <michaelc@cs.wisc.edu>
    
    DM, MD, rd and loop use blk_alloc_queue and blk_queue_make_request to
    initialize their queue, because they only use the make_request_fn.  The
    attached patch prevents the queue from being registered if only
    blk_alloc_queue was called.
    7b2115c5
ll_rw_blk.c 73.2 KB