diff options
Diffstat (limited to 'util-linux/volume_id/ocfs2.c')
-rw-r--r-- | util-linux/volume_id/ocfs2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/volume_id/ocfs2.c b/util-linux/volume_id/ocfs2.c index 9fd456597..8bcaac0b7 100644 --- a/util-linux/volume_id/ocfs2.c +++ b/util-linux/volume_id/ocfs2.c | |||
@@ -80,7 +80,7 @@ struct ocfs2_super_block { | |||
80 | uint8_t s_uuid[OCFS2_VOL_UUID_LEN]; /* 128-bit uuid */ | 80 | uint8_t s_uuid[OCFS2_VOL_UUID_LEN]; /* 128-bit uuid */ |
81 | } __attribute__((__packed__)); | 81 | } __attribute__((__packed__)); |
82 | 82 | ||
83 | int volume_id_probe_ocfs2(struct volume_id *id, uint64_t off) | 83 | int volume_id_probe_ocfs2(struct volume_id *id, uint64_t off) |
84 | { | 84 | { |
85 | struct ocfs2_super_block *os; | 85 | struct ocfs2_super_block *os; |
86 | 86 | ||