commit dc7090194dfbe5166919018f8cfb2cce8c62cfaa
Author: Tomohiro Kusumi <[email protected]>
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