blktrace: kill the unneeded initcall
authorJens Axboe <jens.axboe@oracle.com>
Fri, 11 Jan 2008 12:37:01 +0000 (13:37 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Fri, 11 Jan 2008 12:37:01 +0000 (13:37 +0100)
commit11a57153e3377ffdf8cfca2eda9a99063f66b957
treeae9090abda695fda0885b189aa234727f2c6e2b4
parent2997c8c4a0b179e8b834a7f30ba4323f2c60ccf4
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>
block/blktrace.c