sys/vfs/hammer: Use typedef'd for struct hammer_btree_leaf_elm*
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sun, 28 Aug 2016 08:28:43 +0000 (17:28 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sun, 28 Aug 2016 11:15:37 +0000 (20:15 +0900)
commit053f997d05b241000bfb3535f536e8a74fcd55ac
treef731b2481880865ce8a9b5a0e335b5a309b3c30e
parent5f532f105075a8fba3d7af3ad3f772b73466605f
sys/vfs/hammer: Use typedef'd for struct hammer_btree_leaf_elm*

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
sys/vfs/hammer/hammer_cursor.h