Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 43248
b: refs/heads/master
c: bc558c8
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro authored and Steven Whitehouse committed Nov 30, 2006
1 parent 0e792f0 commit a9c8de4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 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: f50dfaf78c01df3cc2d8819f07d6661915567bae
refs/heads/master: bc558c87bb7e50c4f728d32684a9f4f4c73ebde3
11 changes: 4 additions & 7 deletions trunk/include/linux/gfs2_ondisk.h
Original file line number Diff line number Diff line change
Expand Up @@ -131,16 +131,13 @@ struct gfs2_sb {
struct gfs2_sb_host {
struct gfs2_meta_header sb_header;

__be32 sb_fs_format;
__be32 sb_multihost_format;
__u32 __pad0; /* Was superblock flags in gfs1 */
__u32 sb_fs_format;
__u32 sb_multihost_format;

__be32 sb_bsize;
__be32 sb_bsize_shift;
__u32 __pad1; /* Was journal segment size in gfs1 */
__u32 sb_bsize;
__u32 sb_bsize_shift;

struct gfs2_inum sb_master_dir; /* Was jindex dinode in gfs1 */
struct gfs2_inum __pad2; /* Was rindex dinode in gfs1 */
struct gfs2_inum sb_root_dir;

char sb_lockproto[GFS2_LOCKNAME_LEN];
Expand Down

0 comments on commit a9c8de4

Please sign in to comment.