sys/vfs/hammer2: Drop redundant H2FMSHIFT() macro
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Mon, 12 Aug 2019 16:31:35 +0000 (01:31 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Tue, 13 Aug 2019 00:43:58 +0000 (09:43 +0900)
commit4e47c34e2aef5ea5da02eabd92130c37a4ef724f
tree2a4048b9118ea88280f30d7ed8760bc0f913dd6b
parenta96f71a79728c7d53a1c5dc5303d651e8d616517
sys/vfs/hammer2: Drop redundant H2FMSHIFT() macro

Since H2FMSHIFT() is only used with freemap radix levels, it can be
completely replaced with the existing HAMMER2_FREEMAP_LEVEL*_SIZE.
This is more readable.
sys/vfs/hammer2/hammer2_bulkfree.c
sys/vfs/hammer2/hammer2_disk.h
sys/vfs/hammer2/hammer2_freemap.c