]> git-server-git.apps.pok.os.sepia.ceph.com Git - xfsprogs-dev.git/commit
logprint: cleanup xlog_print_record
authorChristoph Hellwig <hch@lst.de>
Fri, 28 Nov 2025 06:29:55 +0000 (07:29 +0100)
committerAndrey Albershteyn <aalbersh@kernel.org>
Wed, 3 Dec 2025 10:48:04 +0000 (11:48 +0100)
commit32fdf169c9b2a8e88b9c9d8951b8928728bb216c
treee28d568decf065db49616e02c2f1907f104a4ebe
parent330dca0684fdc910c648f185070abee04e1ce6ab
logprint: cleanup xlog_print_record

Indent to the normal style, use structs instead of typedefs, and move
assignments out of conditionals.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Andrey Albershteyn <aalbersh@kernel.org>
logprint/log_misc.c