]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
xfs: convert xfs_efi_log_format_64_t typedef to struct
authorAndrey Albershteyn <aalbersh@redhat.com>
Fri, 5 Dec 2025 15:02:37 +0000 (16:02 +0100)
committerAndrey Albershteyn <aalbersh@kernel.org>
Mon, 8 Dec 2025 17:03:15 +0000 (18:03 +0100)
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Andrey Albershteyn <aalbersh@kernel.org>
logprint/log_redo.c

index cdd6e8b763681bf9f68b4fc49bb2835e1afaf56b..38caf5a25e8474e341d814d4f06ffd7994ecee64 100644 (file)
@@ -43,7 +43,8 @@ xfs_efi_copy_format(
                }
                return 0;
        } else if (len == len64) {
-               xfs_efi_log_format_64_t *src_efi_fmt_64 = (xfs_efi_log_format_64_t *)buf;
+               struct xfs_efi_log_format_64 *src_efi_fmt_64 =
+                       (struct xfs_efi_log_format_64 *)buf;
 
                dst_efi_fmt->efi_type    = src_efi_fmt_64->efi_type;
                dst_efi_fmt->efi_size    = src_efi_fmt_64->efi_size;