• T
    mg_disk: fix locking · 39f36b47
    Tejun Heo 提交于
    IRQ and timeout handlers call functions which expect locked queue lock
    without locking it.  Fix it.
    
    While at it, convert 0s used as null pointer constant to NULLs.
    
    [ Impact: fix locking, cleanup ]
    Signed-off-by: NTejun Heo <tj@kernel.org>
    Cc: unsik Kim <donari75@gmail.com>
    39f36b47
mg_disk.c 23.7 KB