commit | 39f36b47caae1443eb37c34c6def108bb79f8d25 | [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 20:24:19 2009 +0200 |
tree | ffa4b5b23d0a3ebd963ba2fdecd594745075f680 | |
parent | 27b1833279995e7c290a40cac4ef36ccea7e9283 [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>