• Adrian Hunter's avatar
    mmc_block: fix queue cleanup · 5fa83ce2
    Adrian Hunter authored
    The main bug was that 'blk_cleanup_queue()' was called while the block
    device could still be in use, for example, because the card was removed
    while files were still open.
    
    In addition, to be sure that 'mmc_request()' will get called for all new
    requests (so it can error them out), the queue is emptied during cleanup.
    This is done after the worker thread is stopped to avoid racing with it.
    
    Finally, it is not a device error for this to be happening, so quiet the
    (sometimes very many) error messages.
    Signed-off-by: default avatarAdrian Hunter <adrian.hunter@nokia.com>
    Cc: <linux-mmc@vger.kernel.org>
    Cc: <stable@kernel.org>
    Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
    Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
    5fa83ce2
queue.c 8.03 KB