sys/vfs/hammer: Mention ondisk fields are in little endian
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sun, 9 Oct 2016 07:18:59 +0000 (16:18 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sun, 9 Oct 2016 08:31:12 +0000 (17:31 +0900)
commitc655a349761cf80111171cbcf94587b9b637ae61
tree36af9a6c976516a5ea6de0ff68e01e7e34b9bee0
parent09e40bf39c8ab0a4611fa6d1c1b1f35578c6d308
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).
sys/vfs/hammer/hammer_disk.h