commit | 4e7f66b706ee6c37e5eb45912d3f464e48c00288 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Wed Jul 03 14:21:37 2024 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Tue Jul 09 15:37:06 2024 -0700 |
tree | 83d357d7d321175c5c09bc6d962a5d0b76c6b9e7 | |
parent | ad9951cb25b672b9585780c747a20fbcf1c45a09 [diff] |
xfs_repair: use library functions to reset root/rbm/rsum inodes Use the iroot reset function to reset root inodes instead of open-coding the reset routine. While we're at it, fix a longstanding memory leak if the inode being reset actually had an xattr fork full of mappings. Signed-off-by: Darrick J. Wong <djwong@kernel.org>