]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs_logprint: print all AGI unlinked buckets
authorDave Chinner <dchinner@redhat.com>
Thu, 9 May 2013 12:11:50 +0000 (07:11 -0500)
committerRich Johnston <rjohnston@sgi.com>
Thu, 9 May 2013 12:11:50 +0000 (07:11 -0500)
commita59111c1fc89a8bb5bd1030efce8b75f583e9b1e
tree97a62c309c766133a710dc173bc0054a453f339d
parenta5472803327283424700a7995f3c7cacd4e3a640
xfs_logprint: print all AGI unlinked buckets

When printing buffer contents, the AGI unlinked buckets are not
printed in transactional output. In normal dump format, they are
printed, but that format is generally not useful for log recovery
analysis. Add the same code to the transactional buffer dump.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Mark Tinguely <tinguely@sgi.com>
Signed-off-by: Rich Johnston <rjohnston@sgi.com>
logprint/log_print_all.c