git: sbin/fsck_hammer2: Fix delta stats bug (-c option)

Tomohiro Kusumi tkusumi at crater.dragonflybsd.org
Sat Apr 18 07:35:34 PDT 2020


commit dde7e7a9c9946ceec2229df2aa7752214ac2bff2
Author: Tomohiro Kusumi <kusumi.tomohiro at gmail.com>
Date:   Fri Apr 17 20:32:23 2020 +0900

    sbin/fsck_hammer2: Fix delta stats bug (-c option)
    
    It's possible that a cached delta is a part of another delta(s) to be
    cached. When this happens, the parent delta needs to include stats
    from the child delta, otherwise remaining zone scanning results could
    be incorrect.

Summary of changes:
 sbin/fsck_hammer2/test.c | 2 ++
 1 file changed, 2 insertions(+)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/dde7e7a9c9946ceec2229df2aa7752214ac2bff2


-- 
DragonFly BSD source repository



More information about the Commits mailing list