git: sys/vfs/hammer: Cleanup volume-add|del ioctl [2/3]

Tomohiro Kusumi tkusumi at crater.dragonflybsd.org
Mon Aug 17 09:06:33 PDT 2015


commit 4a8dc36278d79043abd59dfdc04ad37031c9dd4c
Author: Tomohiro Kusumi <kusumi.tomohiro at gmail.com>
Date:   Sun Aug 16 22:28:48 2015 +0900

    sys/vfs/hammer: Cleanup volume-add|del ioctl [2/3]
    
    This commit is 2/3 of a series of commits that extract
    common procedures on updating volumes header into a function.
    
    Changing bigblock_stat fields to signed is ok (or even better)
    since the original ondisk fields are int64_t.

Summary of changes:
 sys/vfs/hammer/hammer_volume.c | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/4a8dc36278d79043abd59dfdc04ad37031c9dd4c


-- 
DragonFly BSD source repository



More information about the Commits mailing list