git: sys/vfs/hammer: Mention ondisk fields are in little endian
Tomohiro Kusumi
tkusumi at crater.dragonflybsd.org
Sun Oct 9 01:40:56 PDT 2016
commit c655a349761cf80111171cbcf94587b9b637ae61
Author: Tomohiro Kusumi <kusumi.tomohiro at gmail.com>
Date: Sun Oct 9 16:18:59 2016 +0900
sys/vfs/hammer: Mention ondisk fields are in little endian
Explicitly mention HAMMER1 uses little endian for ondisk structures,
but not host endian (which is little on currently supported arch).
This is easier because adding big endian support doesn't break
anything at least on DragonFly/x86_64.
This doesn't affect anything/anyone in reality because HAMMER1 on
DragonFly is the only HAMMER1 implementation (that I know of other
than the read only FUSE port).
Summary of changes:
sys/vfs/hammer/hammer_disk.h | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/c655a349761cf80111171cbcf94587b9b637ae61
--
DragonFly BSD source repository
More information about the Commits
mailing list