mbox series

[0/2] btrfs-progs: dump-super: fix dump-super on aarch64

Message ID cover.1687361649.git.anand.jain@oracle.com (mailing list archive)
Headers show
Series btrfs-progs: dump-super: fix dump-super on aarch64 | expand

Message

Anand Jain June 21, 2023, 3:41 p.m. UTC
The command "btrfs inspect dump-super -a" is failing on aarch64 systems.
The following set of patches resolves the issue. Patch 1/2 is enhancing
the error log it helped debug the issue. Patch 2/2 fixes the underlying
issue.

Anand Jain (2):
  btrfs-progs: dump-super: improve error log
  btrfs-progs: dump-super: fix read beyond device size

 cmds/inspect-dump-super.c | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)