sys/vfs/hammer: Integrate ondisk reserved fields and unused fields
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sat, 3 Sep 2016 10:53:02 +0000 (19:53 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sat, 3 Sep 2016 12:47:41 +0000 (21:47 +0900)
commit77f7bc0a0ce69f98f64c7b94e13e0b0d87ba4069
tree23124430cf7844ea5e0826e82b5ac2584a0a0a6e
parent5fa549ce6a7197ab70fb1f10a78f5671bdcceb4c
sys/vfs/hammer: Integrate ondisk reserved fields and unused fields

In addition to the previous commit, we could reassign the whole
numbering for reserved/unused fields since HAMMER1 ondisk format
has basically been fixed for years.

Integrate unusedXX fields into the existing reservedXX fields,
where XX starts from 01. Nothing changes (and shouldn't change)
in terms of ondisk format.
sys/vfs/hammer/hammer_btree.h
sys/vfs/hammer/hammer_disk.h
sys/vfs/hammer/hammer_ioctl.h