• Jens Axboe's avatar
    [PATCH] fix blk_start_queue() · c1b1d258
    Jens Axboe authored
    Here's the second attempt at fixing blk_start_queue().  The only change
    since last version is using proper atomic bitops.  If we moved the
    read/write full to a different variable, we could rely on the queue lock
    for plugging and stop/start of queue (by far the most used bit
    operations there) and skip the atomic bitops.
    c1b1d258
ll_rw_blk.c 73.6 KB