sys/vfs/hammer: Use typedef'd for struct hammer_node_ondisk*
commit3367f3b3a2433b8fcdb90a00bb9ad1cec41ae051
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sun, 28 Aug 2016 08:39:50 +0000 (28 17:39 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sun, 28 Aug 2016 11:15:37 +0000 (28 20:15 +0900)
tree9de7075c18d8df1c27a3b63254550e98f1200c41
parent053f997d05b241000bfb3535f536e8a74fcd55ac
sys/vfs/hammer: Use typedef'd for struct hammer_node_ondisk*

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