* [PATCH v2] xfs: fix code alignment issues in xfs_ondisk.c
@ 2026-02-12 22:50 Wilfred Mallawa
2026-02-16 16:42 ` Carlos Maiolino
0 siblings, 1 reply; 2+ messages in thread
From: Wilfred Mallawa @ 2026-02-12 22:50 UTC (permalink / raw)
To: Carlos Maiolino, Darrick J . Wong
Cc: linux-xfs, linux-kernel, Christoph Hellwig, Wilfred Mallawa
From: Wilfred Mallawa <wilfred.mallawa@wdc.com>
Fixup some code alignment issues in xfs_ondisk.c
Signed-off-by: Wilfred Mallawa <wilfred.mallawa@wdc.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
---
V1 -> V2:
- Reword the subject to clarify that this change is style related
---
fs/xfs/libxfs/xfs_ondisk.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/fs/xfs/libxfs/xfs_ondisk.h b/fs/xfs/libxfs/xfs_ondisk.h
index 1914ffe59202..23cde1248f01 100644
--- a/fs/xfs/libxfs/xfs_ondisk.h
+++ b/fs/xfs/libxfs/xfs_ondisk.h
@@ -73,7 +73,7 @@ xfs_check_ondisk_structs(void)
XFS_CHECK_STRUCT_SIZE(struct xfs_dir3_free_hdr, 64);
XFS_CHECK_STRUCT_SIZE(struct xfs_dir3_leaf, 64);
XFS_CHECK_STRUCT_SIZE(struct xfs_dir3_leaf_hdr, 64);
- XFS_CHECK_STRUCT_SIZE(struct xfs_attr_leaf_entry, 8);
+ XFS_CHECK_STRUCT_SIZE(struct xfs_attr_leaf_entry, 8);
XFS_CHECK_STRUCT_SIZE(struct xfs_attr_leaf_hdr, 32);
XFS_CHECK_STRUCT_SIZE(struct xfs_attr_leaf_map, 4);
XFS_CHECK_STRUCT_SIZE(struct xfs_attr_leaf_name_local, 4);
@@ -116,7 +116,7 @@ xfs_check_ondisk_structs(void)
XFS_CHECK_STRUCT_SIZE(struct xfs_da_intnode, 16);
XFS_CHECK_STRUCT_SIZE(struct xfs_da_node_entry, 8);
XFS_CHECK_STRUCT_SIZE(struct xfs_da_node_hdr, 16);
- XFS_CHECK_STRUCT_SIZE(struct xfs_dir2_data_free, 4);
+ XFS_CHECK_STRUCT_SIZE(struct xfs_dir2_data_free, 4);
XFS_CHECK_STRUCT_SIZE(struct xfs_dir2_data_hdr, 16);
XFS_CHECK_OFFSET(struct xfs_dir2_data_unused, freetag, 0);
XFS_CHECK_OFFSET(struct xfs_dir2_data_unused, length, 2);
--
2.53.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH v2] xfs: fix code alignment issues in xfs_ondisk.c
2026-02-12 22:50 [PATCH v2] xfs: fix code alignment issues in xfs_ondisk.c Wilfred Mallawa
@ 2026-02-16 16:42 ` Carlos Maiolino
0 siblings, 0 replies; 2+ messages in thread
From: Carlos Maiolino @ 2026-02-16 16:42 UTC (permalink / raw)
To: Darrick J . Wong, Wilfred Mallawa
Cc: linux-xfs, linux-kernel, Christoph Hellwig, Wilfred Mallawa
On Fri, 13 Feb 2026 08:50:06 +1000, Wilfred Mallawa wrote:
> Fixup some code alignment issues in xfs_ondisk.c
>
>
Applied to for-next, thanks!
[1/1] xfs: fix code alignment issues in xfs_ondisk.c
commit: e920893f56ef5f3d1f480c26966ac113e917bc63
Best regards,
--
Carlos Maiolino <cem@kernel.org>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-02-16 16:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-12 22:50 [PATCH v2] xfs: fix code alignment issues in xfs_ondisk.c Wilfred Mallawa
2026-02-16 16:42 ` Carlos Maiolino
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox