commit b9ec07aa1f632b003253a262e3fd0607ab82f43d Author: Tomohiro Kusumi <kusumi.tomohiro at gmail.com> Date: Sat Dec 27 05:38:02 2014 +0900 sys/vfs/hammer: cleanup using existing macro - This patch is a cleanup with no change to behavior of hammer_ip_check_directory_empty(). - Using existing macro as well as a new macro HAMMER_RECTYPE_ENTRY_START (in the same fashion as HAMMER_RECTYPE_CLEAN_START) makes it easier to understand what this function is doing (just like other functions that use both key_beg/key_end do). Closes: #2752 Summary of changes: sys/vfs/hammer/hammer_disk.h | 1 + sys/vfs/hammer/hammer_object.c | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/b9ec07aa1f632b003253a262e3fd0607ab82f43d -- DragonFly BSD source repository