• A
    mmc_block: fix queue cleanup · 5fa83ce2
    Adrian Hunter 提交于
    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: NAdrian Hunter <adrian.hunter@nokia.com>
    Cc: <linux-mmc@vger.kernel.org>
    Cc: <stable@kernel.org>
    Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
    Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
    5fa83ce2
block.c 15.8 KB