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

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


commit a981af19c5b65aabb2d93db4bd95bdf247292d22
Author: Tomohiro Kusumi <kusumi.tomohiro at gmail.com>
Date:   Thu Jul 2 23:41:06 2015 +0900

    sys/vfs/hammer: Change "bigblock" to "big-block"
    
    - There are(or were) several terms for 8MB chunk, for example
      "big-block", "bigblock", "big block", "large-block", etc but
      "big-block" seems to be the canonical term.
    
    - Changes are mostly comments and some in printf and hammer(8).
      Variable names (e.g. xxx_bigblock_xxx) remain unchanged.
    
    - 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 and the previous commit.

Summary of changes:
 sbin/hammer/cmd_blockmap.c       |  6 +++---
 sbin/hammer/cmd_dedup.c          |  4 ++--
 sbin/hammer/hammer.8             |  2 +-
 sbin/hammer/ondisk.c             | 12 ++++++------
 sbin/newfs_hammer/newfs_hammer.c |  2 +-
 sys/vfs/hammer/hammer.h          |  6 +++---
 sys/vfs/hammer/hammer_blockmap.c | 10 +++++-----
 sys/vfs/hammer/hammer_disk.h     | 10 +++++-----
 sys/vfs/hammer/hammer_freemap.c  |  2 +-
 sys/vfs/hammer/hammer_io.c       |  2 +-
 sys/vfs/hammer/hammer_ioctl.h    |  2 +-
 sys/vfs/hammer/hammer_mirror.c   |  2 +-
 sys/vfs/hammer/hammer_reblock.c  |  2 +-
 sys/vfs/hammer/hammer_undo.c     |  2 +-
 sys/vfs/hammer/hammer_volume.c   | 32 ++++++++++++++++----------------
 15 files changed, 48 insertions(+), 48 deletions(-)

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


-- 
DragonFly BSD source repository



More information about the Commits mailing list