git: sbin/hammer: Cleanup arguments of init_volume()

Tomohiro Kusumi tkusumi at crater.dragonflybsd.org
Sat Oct 15 09:27:31 PDT 2016


commit 385a0260fcfe82c93a3f332ef1f84cf492fcbed0
Author: Tomohiro Kusumi <kusumi.tomohiro at gmail.com>
Date:   Sat Oct 15 10:15:02 2016 +0900

    sbin/hammer: Cleanup arguments of init_volume()
    
    Change the order of arguments to make the i/f similar to open(2)
    as well as load_volume().
    
    This is only for newfs (and volume-add), nothing else gets affected.

Summary of changes:
 sbin/hammer/cmd_volume.c         | 2 +-
 sbin/hammer/hammer_util.h        | 3 +--
 sbin/hammer/ondisk.c             | 2 +-
 sbin/newfs_hammer/newfs_hammer.c | 2 +-
 4 files changed, 4 insertions(+), 5 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/385a0260fcfe82c93a3f332ef1f84cf492fcbed0


-- 
DragonFly BSD source repository


More information about the Commits mailing list