Hi all, this is the harmless part of the "cleanup log item formatting" that does not change the log space accounting. I've reproduced the issue Dave reported with that, which just got me further into the rabit hole. So I'd appreciate reviews for just these mostly cosmetic changes for now, and I'll return to the harder parts some time later. A git tree is also available here: git://git.infradead.org/users/hch/xfs.git xfs-log-cleanups Gitweb: https://git.infradead.org/?p=users/hch/xfs.git;a=shortlog;h=refs/heads/xfs-log-cleanups Diffstat: libxfs/xfs_refcount.c | 4 - scrub/common.c | 7 + scrub/common.h | 2 scrub/dir_repair.c | 8 -- scrub/fscounters.c | 3 scrub/metapath.c | 4 - scrub/nlinks.c | 8 -- scrub/nlinks_repair.c | 4 - scrub/parent_repair.c | 12 --- scrub/quotacheck.c | 4 - scrub/repair.c | 16 ---- scrub/repair.h | 4 - scrub/rmap_repair.c | 9 -- scrub/rtrmap_repair.c | 9 -- scrub/scrub.c | 5 - xfs_attr_item.c | 5 - xfs_discard.c | 12 --- xfs_fsmap.c | 4 - xfs_icache.c | 5 - xfs_inode.c | 5 - xfs_itable.c | 18 ---- xfs_iwalk.c | 11 -- xfs_log.c | 6 - xfs_log_priv.h | 4 - xfs_notify_failure.c | 5 - xfs_qm.c | 10 -- xfs_rtalloc.c | 13 --- xfs_trans.c | 196 +++++++++++++++++++++++--------------------------- xfs_trans.h | 3 xfs_zone_gc.c | 5 - 30 files changed, 147 insertions(+), 254 deletions(-)