Skip to content
  • Tejun Heo's avatar
    mg_disk: fix locking · ac2ff946
    Tejun Heo authored
    
    
    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: default avatarTejun Heo <tj@kernel.org>
    Cc: unsik Kim <donari75@gmail.com>
    ac2ff946