git: sys/vfs/hammer: Add HAMMER_DIR_INODE_LOCALIZATION()

Tomohiro Kusumi tkusumi at crater.dragonflybsd.org
Thu Sep 24 07:46:34 PDT 2015


commit ed959c01b7b0103165800149372d074b7a38e9c5
Author: Tomohiro Kusumi <kusumi.tomohiro at gmail.com>
Date:   Sun Sep 13 00:08:15 2015 +0900

    sys/vfs/hammer: Add HAMMER_DIR_INODE_LOCALIZATION()
    
    Move ondisk definition part of hammer_dir_localization()
    to sys/vfs/hammer/hammer_disk.h.
    
    It's better to separate kernel fs code from ondisk spec
    (and that's what hammer.h and hammer_disk.h are made for).

Summary of changes:
 sys/vfs/hammer/hammer.h      | 5 +----
 sys/vfs/hammer/hammer_disk.h | 9 ++++++++-
 2 files changed, 9 insertions(+), 5 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/ed959c01b7b0103165800149372d074b7a38e9c5


-- 
DragonFly BSD source repository



More information about the Commits mailing list