git: sys/vfs/hammer: cleanup using existing macro

Antonio Huete Jimenez tuxillo at crater.dragonflybsd.org
Sat Jan 17 08:11:11 PST 2015


commit b003792445956c8f0d12e89f57c99f15dcb68621
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/b003792445956c8f0d12e89f57c99f15dcb68621


-- 
DragonFly BSD source repository



More information about the Commits mailing list