git: sys/vfs/hammer: Change "big block" to "big-block"

Tomohiro Kusumi tkusumi at crater.dragonflybsd.org
Thu Jul 2 09:51:54 PDT 2015


commit d165c90a7b1d3508c2dc63b9153070ec3ab0193a
Author: Tomohiro Kusumi <kusumi.tomohiro at gmail.com>
Date:   Thu Jul 2 23:08:07 2015 +0900

    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.

Summary of changes:
 sbin/hammer/cmd_info.c           | 4 ++--
 sbin/hammer/hammer.8             | 4 ++--
 sbin/hammer/ondisk.c             | 2 +-
 sys/vfs/hammer/hammer.h          | 2 +-
 sys/vfs/hammer/hammer_blockmap.c | 6 +++---
 sys/vfs/hammer/hammer_dedup.c    | 2 +-
 sys/vfs/hammer/hammer_reblock.c  | 2 +-
 7 files changed, 11 insertions(+), 11 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/d165c90a7b1d3508c2dc63b9153070ec3ab0193a


-- 
DragonFly BSD source repository



More information about the Commits mailing list