• Jens Axboe's avatar
    [PATCH] make loop set right queue restrictions · 8261c271
    Jens Axboe authored
    This makes loop honor the queue restrictions by basically stacking all
    of those, and mirroring the merge_bvec_fn() on the target queue. It also
    switches loop to use per-loop device queues, since that is the only sane
    way to do this from a performance POV. Also, in principle I find it to
    be much nicer if every distinct block device has its own queue.
    8261c271
loop.c 25.8 KB