|
@@ -118,7 +118,11 @@ struct gfs2_sb {
|
|
|
|
|
|
char sb_lockproto[GFS2_LOCKNAME_LEN];
|
|
char sb_lockproto[GFS2_LOCKNAME_LEN];
|
|
char sb_locktable[GFS2_LOCKNAME_LEN];
|
|
char sb_locktable[GFS2_LOCKNAME_LEN];
|
|
- /* In gfs1, quota and license dinodes followed */
|
|
|
|
|
|
+
|
|
|
|
+ struct gfs2_inum __pad3; /* Was quota inode in gfs1 */
|
|
|
|
+ struct gfs2_inum __pad4; /* Was licence inode in gfs1 */
|
|
|
|
+#define GFS2_HAS_UUID 1
|
|
|
|
+ __u8 sb_uuid[16]; /* The UUID, maybe 0 for backwards compat */
|
|
};
|
|
};
|
|
|
|
|
|
/*
|
|
/*
|