git: sys/vfs/hammer: Add HAMMER_BUFSIZE_DOALIGN() and variants

Tomohiro Kusumi tkusumi at crater.dragonflybsd.org
Sun Nov 6 02:51:26 PST 2016


commit bbc5e78bcb51684a6bd9973fe76c973498a6c9ff
Author: Tomohiro Kusumi <kusumi.tomohiro at gmail.com>
Date:   Sun Nov 6 15:35:28 2016 +0900

    sys/vfs/hammer: Add HAMMER_BUFSIZE_DOALIGN() and variants
    
    The only reason it's "DOALIGN" instead of just "ALIGN" is
    because that's how macros have been named in HAMMER1/2.
    "ALIGN" macros represent alignment size.

Summary of changes:
 sbin/newfs_hammer/newfs_hammer.c |  2 +-
 sys/vfs/hammer/hammer_disk.h     | 10 ++++++++++
 sys/vfs/hammer/hammer_ondisk.c   |  4 ++--
 3 files changed, 13 insertions(+), 3 deletions(-)

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


-- 
DragonFly BSD source repository



More information about the Commits mailing list