aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/dlmglue.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ocfs2/dlmglue.h')
-rw-r--r--fs/ocfs2/dlmglue.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/fs/ocfs2/dlmglue.h b/fs/ocfs2/dlmglue.h
index 340251567e99..3476a1611341 100644
--- a/fs/ocfs2/dlmglue.h
+++ b/fs/ocfs2/dlmglue.h
@@ -32,7 +32,9 @@
32#define OCFS2_LVB_VERSION 3 32#define OCFS2_LVB_VERSION 3
33 33
34struct ocfs2_meta_lvb { 34struct ocfs2_meta_lvb {
35 __be32 lvb_version; 35 __be16 lvb_reserved0;
36 __u8 lvb_reserved1;
37 __u8 lvb_version;
36 __be32 lvb_iclusters; 38 __be32 lvb_iclusters;
37 __be32 lvb_iuid; 39 __be32 lvb_iuid;
38 __be32 lvb_igid; 40 __be32 lvb_igid;