git: sbin/newfs_hammer2: Remove/fix obsolete stuff from HAMMER1
Tomohiro Kusumi
tkusumi at crater.dragonflybsd.org
Fri Sep 11 09:08:08 PDT 2020
commit 7b2944d3f07cfec26f629f9ed161157b42a0af32
Author: Tomohiro Kusumi <tkusumi at netbsd.org>
Date: Sat Sep 12 00:18:20 2020 +0900
sbin/newfs_hammer2: Remove/fix obsolete stuff from HAMMER1
Remove unused -f option. HAMMER1 had this to force creation when
devices were smaller than expected, but HAMMER2 has no such limitation.
The man page also had incorrect description.
Fix incorrect code/description for -r option originally from HAMMER1.
Summary of changes:
sbin/newfs_hammer2/newfs_hammer2.8 | 26 +++++++++-----------------
sbin/newfs_hammer2/newfs_hammer2.c | 24 ++++++++++--------------
sys/vfs/hammer2/hammer2_disk.h | 8 ++++----
3 files changed, 23 insertions(+), 35 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/7b2944d3f07cfec26f629f9ed161157b42a0af32
--
DragonFly BSD source repository
More information about the Commits
mailing list