You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cmds/inspect-dump-csum.c: In function ‘btrfs_lookup_extent’:
cmds/inspect-dump-csum.c:166:53: error: ‘struct btrfs_fs_info’ has no member named ‘csum_root’; did you mean ‘fs_root’?
166 | u16 csum_size = btrfs_super_csum_size(info->csum_root->fs_info->super_copy);
...
The text was updated successfully, but these errors were encountered:
cmds/inspect-dump-csum.c: In function ‘btrfs_lookup_extent’:
cmds/inspect-dump-csum.c:166:53: error: ‘struct btrfs_fs_info’ has no member named ‘csum_root’; did you mean ‘fs_root’?
166 | u16 csum_size = btrfs_super_csum_size(info->csum_root->fs_info->super_copy);
...
The text was updated successfully, but these errors were encountered: