• Kent Overstreet's avatar
    bcachefs: bch_sb_field_errors · f5d26fa3
    Kent Overstreet authored
    Add a new superblock section to keep counts of errors seen since
    filesystem creation: we'll be addingcounters for every distinct fsck
    error.
    
    The new superblock section has entries of the for [ id, count,
    time_of_last_error ]; this is intended to let us see what errors are
    occuring - and getting fixed - via show-super output.
    Signed-off-by: default avatarKent Overstreet <kent.overstreet@linux.dev>
    f5d26fa3
error.c 6.37 KB