sys/vfs/hammer: Add HAMMER_DIR_INODE_LOCALIZATION()
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sat, 12 Sep 2015 15:08:15 +0000 (00:08 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Thu, 24 Sep 2015 14:09:51 +0000 (23:09 +0900)
commited959c01b7b0103165800149372d074b7a38e9c5
tree6733ae46d17e8642d0b40adb74e2e5127f69edc1
parentaf508d629df88807ac98683dfbbf934c08eeb80a
sys/vfs/hammer: Add HAMMER_DIR_INODE_LOCALIZATION()

Move ondisk definition part of hammer_dir_localization()
to sys/vfs/hammer/hammer_disk.h.

It's better to separate kernel fs code from ondisk spec
(and that's what hammer.h and hammer_disk.h are made for).
sys/vfs/hammer/hammer.h
sys/vfs/hammer/hammer_disk.h