sys/vfs/hammer: Change "big block" to "big-block"
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Thu, 2 Jul 2015 14:08:07 +0000 (23:08 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Thu, 2 Jul 2015 16:29:01 +0000 (01:29 +0900)
commitd165c90a7b1d3508c2dc63b9153070ec3ab0193a
treee402f896335aba9c10ced60daf1aeac9014c0249
parent91c2d0cb167f508cd349ff8d5a746d5fd22e45bc
sys/vfs/hammer: Change "big block" to "big-block"

- This word refers to 8MB chunk in hammer's blockmap layers,
  not literally "big" "block".

- Changes are mostly comments and some in printf and hammer(8).

- The official design document as well as much of the existing
  code (excluding variable and macro names) use "big-block".
  https://www.dragonflybsd.org/hammer/hammer.pdf

- Also see e04ee2de.
sbin/hammer/cmd_info.c
sbin/hammer/hammer.8
sbin/hammer/ondisk.c
sys/vfs/hammer/hammer.h
sys/vfs/hammer/hammer_blockmap.c
sys/vfs/hammer/hammer_dedup.c
sys/vfs/hammer/hammer_reblock.c