mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-22 00:00:03 +03:00
fix show_super default fields
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
This commit is contained in:
parent
a751fe3a3c
commit
30c4b24b77
@ -362,7 +362,7 @@ int cmd_show_super(int argc, char *argv[])
|
||||
fields |= bch2_sb_field_get(sb.sb, members_v2)
|
||||
? 1 << BCH_SB_FIELD_members_v2
|
||||
: 1 << BCH_SB_FIELD_members_v1;
|
||||
fields |= BCH_SB_FIELD_errors;
|
||||
fields |= 1 << BCH_SB_FIELD_errors;
|
||||
}
|
||||
|
||||
struct printbuf buf = PRINTBUF;
|
||||
|
Loading…
Reference in New Issue
Block a user