Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 110622
b: refs/heads/master
c: 6d80c39
h: refs/heads/master
v: v3
  • Loading branch information
Steven Whitehouse committed Sep 22, 2008
1 parent 03733bd commit b08f4a3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 719ee344675c2efed9115934f19aa66a526b6e5b
refs/heads/master: 6d80c39f9155e289fe8037a8b6352931ff916ceb
6 changes: 5 additions & 1 deletion trunk/include/linux/gfs2_ondisk.h
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,11 @@ struct gfs2_sb {

char sb_lockproto[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 */
};

/*
Expand Down

0 comments on commit b08f4a3

Please sign in to comment.