commit | ac2ff946a53e7bd0ae98f4e5d1d6c1b1dced82e5 | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Tue Apr 28 12:38:32 2009 +0900 |
committer | Jens Axboe <jens.axboe@oracle.com> | Tue Apr 28 07:36:56 2009 +0200 |
tree | ab50d2e1bcf5c76bb9e018839d77ff531e7e4c83 | |
parent | ce8a7424d23a36f043d0de8484f888971c831119 [diff] |
mg_disk: fix locking 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: Tejun Heo <tj@kernel.org> Cc: unsik Kim <donari75@gmail.com>