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

Tomohiro Kusumi tkusumi at crater.dragonflybsd.org
Tue Nov 8 08:27:53 PST 2016


commit 4eb78dd26c7e31d62d4f17e54752c053358d8e4c
Author: Tomohiro Kusumi <kusumi.tomohiro at gmail.com>
Date:   Mon Nov 7 23:53:08 2016 +0900

    sys/vfs/hammer: Add HAMMER_BIGBLOCK_DOALIGN()
    
    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/hammer/ondisk.c           | 3 +--
 sys/vfs/hammer/hammer_disk.h   | 3 +++
 sys/vfs/hammer/hammer_io.c     | 3 +--
 sys/vfs/hammer/hammer_ondisk.c | 4 +---
 4 files changed, 6 insertions(+), 7 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/4eb78dd26c7e31d62d4f17e54752c053358d8e4c


-- 
DragonFly BSD source repository



More information about the Commits mailing list