aboutsummaryrefslogtreecommitdiff
path: root/util-linux/volume_id/bcache.c
diff options
context:
space:
mode:
Diffstat (limited to 'util-linux/volume_id/bcache.c')
-rw-r--r--util-linux/volume_id/bcache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/volume_id/bcache.c b/util-linux/volume_id/bcache.c
index 648e44de5..fd40eb081 100644
--- a/util-linux/volume_id/bcache.c
+++ b/util-linux/volume_id/bcache.c
@@ -24,7 +24,7 @@
24#define SB_LABEL_SIZE 32 24#define SB_LABEL_SIZE 32
25#define SB_JOURNAL_BUCKETS 256U 25#define SB_JOURNAL_BUCKETS 256U
26 26
27static const char bcache_magic[] = { 27static const char bcache_magic[] ALIGN1 = {
28 0xc6, 0x85, 0x73, 0xf6, 0x4e, 0x1a, 0x45, 0xca, 28 0xc6, 0x85, 0x73, 0xf6, 0x4e, 0x1a, 0x45, 0xca,
29 0x82, 0x65, 0xf5, 0x7f, 0x48, 0xba, 0x6d, 0x81 29 0x82, 0x65, 0xf5, 0x7f, 0x48, 0xba, 0x6d, 0x81
30}; 30};