• Andrew Morton's avatar
    [PATCH] loop: fix module unload oops · f8a938c3
    Andrew Morton authored
    From: Peter Osterlund <petero2@telia.com>
    
    It oopses on module unload in the kobject layer due to misordered destruction
    of things.
    
    And we need to initialise the unplug timer in blk_alloc_queue(), because we
    kill that timer in blk_alloc_queue()'s companion function,
    blk_cleanup_queue().
    f8a938c3
loop.c 29 KB