sys/vfs/hammer: Rename macros for consistency
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Tue, 7 Jul 2015 10:33:27 +0000 (19:33 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Tue, 7 Jul 2015 10:33:42 +0000 (19:33 +0900)
commitac7efd27eb66cabe6875e3e16d43420a83d68736
tree4c867771fe9f25b95e30a0d5ac44eeae1d5d11e5
parent0ac41b3149fab04c5e1c00e07457f041b2a68a40
sys/vfs/hammer: Rename macros for consistency

- Rename HAMMER_SHORT_OFF_ENCODE() to HAMMER_OFF_SHORT_ENCODE()
  and HAMMER_LONG_OFF_ENCODE() to HAMMER_OFF_LONG_ENCODE() for
  consistency with the existing macros HAMMER_OFF_SHORT_MASK
  and HAMMER_OFF_LONG_MASK.

- These two are used by ENCODE() macros and haven't been used
  independently elsewhere, so there is no effect to others.
  (if external userspace programs are using these then those
  programs are probably doing something strange)
sys/vfs/hammer/hammer_disk.h