• J
    btrfs scrub: added unverified_errors · 13db62b7
    Jan Schmidt 提交于
    In normal operation, scrub is reading data sequentially in large portions.
    In case of an i/o error, we try to find the corrupted area(s) by issuing
    page sized read requests. With this commit we increment the
    unverified_errors counter if all of the small size requests succeed.
    
    Userland patches carrying such conspicous events to the administrator should
    already be around.
    Signed-off-by: NJan Schmidt <list.btrfs@jan-o-sch.net>
    13db62b7
scrub.c 33.7 KB