commit | 0c9a8a02f61f718ef53cbdb6ec7640cb7f13b568 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Tue Mar 14 10:56:46 2023 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Thu Mar 16 11:35:18 2023 -0700 |
tree | 4562d4a8bd48d2c05f2b1dd9b0807bc18726bdf2 | |
parent | 138a73946cbf7c233abd72706fda8dd0bf3025e9 [diff] |
xfs_logprint: decode parent pointers fully Decode logged parent pointers fully when dumping log contents. Between the existing ATTRI: printouts and the new ones introduced here, we can figure out what was stored in each log iovec, as well as the higher level parent pointer that was logged. Signed-off-by: Darrick J. Wong <djwong@kernel.org>