sys/vfs/hammer: Use typedef'd for struct hammer_node*
commit56bbb8618b8b66ea6b5d5b10b4981b4248628643
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sun, 28 Aug 2016 10:54:55 +0000 (28 19:54 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sun, 28 Aug 2016 11:40:45 +0000 (28 20:40 +0900)
tree36ba59914efbbb2a4cacd91aeba0bf1930d41819
parent562d34c292ec91ee006e90392b9e7188836da078
sys/vfs/hammer: Use typedef'd for struct hammer_node*

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.h