sys/vfs/hammer: Remove HAMMER_BUFFER_BITS
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sun, 6 Sep 2015 11:17:33 +0000 (20:17 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Thu, 24 Sep 2015 14:09:49 +0000 (23:09 +0900)
commit90d23351f480e74e9fc01ee123fd318b45768d31
treefac8d357c7dada38fae01a40376db0f946bd80fa
parent72f2cb8303919ea1e066ee503b2e853de85509c9
sys/vfs/hammer: Remove HAMMER_BUFFER_BITS

This macro is only used by compile time sanity check,
and the check is way too obvious that it can be get rid of.

Hammer code used to use this macro to right-shift offset
(>>14 had meaning in the early stage of hammer devel),
and it made sense to have the compile time sanity check,
but not really when having a way too obvious check is
the only use case.
sys/vfs/hammer/hammer_disk.h