• Andrew Morton's avatar
    [PATCH] per queue nr_requests · ee66147b
    Andrew Morton authored
    From: Nick Piggin <piggin@cyberone.com.au>
    
    This gets rid of the global queue_nr_requests and usage of BLKDEV_MAX_RQ
    (the latter is now only used to set the queues' defaults).
    
    The queue depth becomes per-queue, controlled by a sysfs entry.
    ee66147b
ll_rw_blk.c 65.4 KB