[Cluster-devel] [PATCH 04/20] libgfs2: Plug an alignment hole in gfs2_buffer_head

Andrew Price anprice at redhat.com
Mon Mar 5 18:25:33 UTC 2018


Signed-off-by: Andrew Price <anprice at redhat.com>
---
 gfs2/libgfs2/libgfs2.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gfs2/libgfs2/libgfs2.h b/gfs2/libgfs2/libgfs2.h
index dfe593ec..6970c11d 100644
--- a/gfs2/libgfs2/libgfs2.h
+++ b/gfs2/libgfs2/libgfs2.h
@@ -217,12 +217,12 @@ extern struct osi_node *lgfs2_rgrps_root(lgfs2_rgrps_t rgs) __attribute__((depre
 struct gfs2_buffer_head {
 	osi_list_t b_altlist; /* alternate list */
 	uint64_t b_blocknr;
-	int b_modified;
 	union {
 		char *b_data;
 		struct iovec iov;
 	};
 	struct gfs2_sbd *sdp;
+	int b_modified;
 };
 
 struct special_blocks {
-- 
2.14.3




More information about the Cluster-devel mailing list