Skip to content

Commit

Permalink
fix inode:reused
Browse files Browse the repository at this point in the history
  • Loading branch information
ddcw committed Oct 29, 2024
1 parent a19ee15 commit 5be68a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xfs_recovery_v0.2.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,7 @@ def __init__(self,data):
_textent.append(x)
_tcount += x[2]
self.extent_size = 4096*_tcount
self.extent = _textent

elif self.di_format == 3: # btr
self.level = self.data.read_int(2)
Expand Down

0 comments on commit 5be68a4

Please sign in to comment.