git: sbin/hammer: Minor fix for hammer recover quick mode
Tomohiro Kusumi
tkusumi at crater.dragonflybsd.org
Sat Dec 10 05:49:45 PST 2016
commit a1c3132e65339970423e3b5370f675c220975fbf
Author: Tomohiro Kusumi <kusumi.tomohiro at gmail.com>
Date: Sat Dec 10 02:23:49 2016 +0900
sbin/hammer: Minor fix for hammer recover quick mode
* Remove assert(b); since it's totally possible that the whole
B-Tree zone was corrupted and nothing was found.
* Print B-Tree zone info only when using quick option.
* Rename a local variable limit to zone_limit for the next commit.
Summary of changes:
sbin/hammer/cmd_recover.c | 31 ++++++++++++++++---------------
1 file changed, 16 insertions(+), 15 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/a1c3132e65339970423e3b5370f675c220975fbf
--
DragonFly BSD source repository
More information about the Commits
mailing list