git: sys/vfs/hammer: Add HAMMER_DATA_DOALIGN() and variants
Tomohiro Kusumi
tkusumi at crater.dragonflybsd.org
Sun Nov 6 02:51:26 PST 2016
commit f097bffe23058d01b5a6826f6fd208cf28dcfea4
Author: Tomohiro Kusumi <kusumi.tomohiro at gmail.com>
Date: Sun Nov 6 15:17:37 2016 +0900
sys/vfs/hammer: Add HAMMER_DATA_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/hammer/blockmap.c | 2 +-
sbin/hammer/cmd_blockmap.c | 2 +-
sys/vfs/hammer/hammer_blockmap.c | 14 +++++++-------
sys/vfs/hammer/hammer_disk.h | 5 +++++
sys/vfs/hammer/hammer_vnops.c | 4 ++--
5 files changed, 16 insertions(+), 11 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/f097bffe23058d01b5a6826f6fd208cf28dcfea4
--
DragonFly BSD source repository
More information about the Commits
mailing list