git: sys/vfs/hammer: Rename mem_area_size to memory_log_size

Tomohiro Kusumi tkusumi at crater.dragonflybsd.org
Sat Oct 29 21:30:57 PDT 2016


commit 3e7805d7328b1b670f9c95e6deaf2efd05a20067
Author: Tomohiro Kusumi <kusumi.tomohiro at gmail.com>
Date:   Sat Oct 29 23:52:06 2016 +0900

    sys/vfs/hammer: Rename mem_area_size to memory_log_size
    
    The name of this field has been "memory area size" ever since it
    was added in 90ecab35 in 2009, but rename it to "memory log size"
    since this is the real name for this field.
    (see stdout of newfs_hammer and newfs_hammer(8))
    
    This commit changes a name of ioctl structure field, but doesn't
    affect or break userspace, as the ioctl is only used or usable by
    hammer volume-add command.

Summary of changes:
 sbin/hammer/cmd_volume.c         |  2 +-
 sbin/hammer/hammer_util.h        |  2 +-
 sbin/hammer/ondisk.c             |  2 +-
 sbin/newfs_hammer/newfs_hammer.c | 10 +++++-----
 sys/vfs/hammer/hammer_ioctl.h    |  2 +-
 sys/vfs/hammer/hammer_volume.c   |  2 +-
 6 files changed, 10 insertions(+), 10 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/3e7805d7328b1b670f9c95e6deaf2efd05a20067


-- 
DragonFly BSD source repository



More information about the Commits mailing list