sys/vfs/hammer: Use typedef'd for struct hammer_node_lock*
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sun, 28 Aug 2016 10:57:03 +0000 (19:57 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sun, 28 Aug 2016 11:40:46 +0000 (20:40 +0900)
commitb59ba5b8894b79231c7277e76588f1f9bac7e7f3
tree40bb441bd0aa0ead44068eb7b526813ed26b89a0
parent56bbb8618b8b66ea6b5d5b10b4981b4248628643
sys/vfs/hammer: Use typedef'd for struct hammer_node_lock*

The whole hammer code is mix of using struct and typedef'd.
Use typedef'd because majority of the code use typedef'd.
sys/vfs/hammer/hammer_rebalance.c