git: sbin/hammer2: Remove dofreemap argument from show_bref()
Tomohiro Kusumi
tkusumi at crater.dragonflybsd.org
Sun Sep 15 12:36:06 PDT 2019
commit dc7090194dfbe5166919018f8cfb2cce8c62cfaa
Author: Tomohiro Kusumi <kusumi.tomohiro at gmail.com>
Date: Mon Sep 16 04:19:09 2019 +0900
sbin/hammer2: Remove dofreemap argument from show_bref()
208afee512 removed `dofreemap` test from show_bref() by having
HAMMER2_BREF_TYPE_FREEMAP switch/case for blockref type,
so `dofreemap` is no longer needed in show_bref().
Blockref itself contains `dofreemap` information.
Summary of changes:
sbin/hammer2/cmd_debug.c | 13 +++++--------
1 file changed, 5 insertions(+), 8 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/dc7090194dfbe5166919018f8cfb2cce8c62cfaa
--
DragonFly BSD source repository
More information about the Commits
mailing list