commit | 01b284f9b6d51cc3f3bcf3b49f16d2601d3ca22d | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Fri Sep 17 20:39:22 2010 +0200 |
committer | Arnd Bergmann <arnd@arndb.de> | Tue Oct 19 11:29:57 2010 +0200 |
tree | 686f6c3cb92f172c96eeb853c58cb343bbb5dd94 | |
parent | 0fc86c7bd924debd0bddee790ecc884604fdcc63 [diff] |
blktrace: remove the big kernel lock According to Jens, this code does not need the BKL at all, it is sufficiently serialized by bd_mutex. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Cc: Jens Axboe <jaxboe@fusionio.com> Cc: Steven Rostedt <rostedt@goodmis.org>