git: sys/vfs/hammer: Cleanup volume-add|del ioctl [1/3]
Tomohiro Kusumi
tkusumi at crater.dragonflybsd.org
Mon Aug 17 09:06:33 PDT 2015
commit cb9ee493e8270dfbcd186292436b4f45c1a3a5e4
Author: Tomohiro Kusumi <kusumi.tomohiro at gmail.com>
Date: Sun Aug 16 20:30:29 2015 +0900
sys/vfs/hammer: Cleanup volume-add|del ioctl [1/3]
This commit is 1/3 of a series of commits that extract
common procedures on updating volumes header into a function.
Reordering hammer_format_freemap() and updating volume count
doesn't affect behavior of volume-add since it's independent
of each other. Also note that these all must succeed anyway
as assertions show.
Summary of changes:
sys/vfs/hammer/hammer_volume.c | 62 ++++++++++++++++++++++++------------------
1 file changed, 35 insertions(+), 27 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/cb9ee493e8270dfbcd186292436b4f45c1a3a5e4
--
DragonFly BSD source repository
More information about the Commits
mailing list