git: sys/vfs/hammer: Rename struct hammer_entry_data to hammer_direntry_data

Tomohiro Kusumi tkusumi at crater.dragonflybsd.org
Sun Feb 28 05:16:30 PST 2016


commit 9a46be3907c706b9f5ea3a229eea943a93b1c219
Author: Tomohiro Kusumi <kusumi.tomohiro at gmail.com>
Date:   Sun Feb 28 19:04:34 2016 +0900

    sys/vfs/hammer: Rename struct hammer_entry_data to hammer_direntry_data
    
    hammer_entry_data is a structure for dirctory entry, so it's
    simply more understandable if the name was hammer_direntry_data.
    (Note that rectype for directory entry is HAMMER_RECTYPE_DIRENTRY)
    
    This change does not affect userspace since userspace applications
    never use (and should never use) this structure, except for some
    sbin/hammer commands. sbin/hammer/cmd_recover.c is the only file
    that refers to the name of this structure.

Summary of changes:
 sbin/hammer/cmd_recover.c    |  2 +-
 sys/vfs/hammer/hammer_disk.h | 10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/9a46be3907c706b9f5ea3a229eea943a93b1c219


-- 
DragonFly BSD source repository



More information about the Commits mailing list