commit | 11a57153e3377ffdf8cfca2eda9a99063f66b957 | [log] [tgz] |
---|---|---|
author | Jens Axboe <jens.axboe@oracle.com> | Fri Jan 11 13:37:01 2008 +0100 |
committer | Jens Axboe <jens.axboe@oracle.com> | Fri Jan 11 13:37:01 2008 +0100 |
tree | ae9090abda695fda0885b189aa234727f2c6e2b4 | |
parent | 2997c8c4a0b179e8b834a7f30ba4323f2c60ccf4 [diff] |
blktrace: kill the unneeded initcall It just inits the mutex, we can do that with DEFINE_MUTEX() instead. Signed-off-by: Jens Axboe <jens.axboe@oracle.com>