]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs_logprint: decode parent pointers in ATTRI items fully
authorAllison Henderson <allison.henderson@oracle.com>
Wed, 3 Jul 2024 21:21:21 +0000 (14:21 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 30 Jul 2024 00:12:36 +0000 (17:12 -0700)
commit0de303d5a3b3225d56817781e9de93f628d72b45
treeafb00c30f1c35c86f8067795dce40b1b33faf8db
parente5b5acc2124d8af75f5986fe3d713a304533810e
xfs_logprint: decode parent pointers in ATTRI items fully

This patch modifies the ATTRI print routines to look for the parent
pointer flag, and 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: Allison Henderson <allison.henderson@oracle.com>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
[djwong: adjust to new ondisk format]
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
libxfs/libxfs_api_defs.h
logprint/log_redo.c