diff options
author | Steven Whitehouse <swhiteho@redhat.com> | 2008-11-04 05:19:03 -0500 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2009-01-05 02:39:01 -0500 |
commit | d8b71f7381769177998acb2f59ddc73465a60fe0 (patch) | |
tree | 3370fab3116cc9bad2c774210a7e497b5fa6f481 /fs/gfs2/incore.h | |
parent | 383f01fbf4a701b73f5e35ea805ed1700b4b4db9 (diff) |
GFS2: Move rg_igeneration into struct gfs2_rgrpd
This moves one of the fields of struct gfs2_rgrpd_host into
the struct gfs2_rgrpd with the eventual aim of removing
the struct rgrpd_host completely.
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs/gfs2/incore.h')
-rw-r--r-- | fs/gfs2/incore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/incore.h b/fs/gfs2/incore.h index 6f67e753f883..869ac83297e6 100644 --- a/fs/gfs2/incore.h +++ b/fs/gfs2/incore.h | |||
@@ -71,7 +71,6 @@ struct gfs2_bitmap { | |||
71 | struct gfs2_rgrp_host { | 71 | struct gfs2_rgrp_host { |
72 | u32 rg_free; | 72 | u32 rg_free; |
73 | u32 rg_dinodes; | 73 | u32 rg_dinodes; |
74 | u64 rg_igeneration; | ||
75 | }; | 74 | }; |
76 | 75 | ||
77 | struct gfs2_rgrpd { | 76 | struct gfs2_rgrpd { |
@@ -84,6 +83,7 @@ struct gfs2_rgrpd { | |||
84 | u32 rd_data; /* num of data blocks in rgrp */ | 83 | u32 rd_data; /* num of data blocks in rgrp */ |
85 | u32 rd_bitbytes; /* number of bytes in data bitmaps */ | 84 | u32 rd_bitbytes; /* number of bytes in data bitmaps */ |
86 | struct gfs2_rgrp_host rd_rg; | 85 | struct gfs2_rgrp_host rd_rg; |
86 | u64 rd_igeneration; | ||
87 | struct gfs2_bitmap *rd_bits; | 87 | struct gfs2_bitmap *rd_bits; |
88 | unsigned int rd_bh_count; | 88 | unsigned int rd_bh_count; |
89 | struct mutex rd_mutex; | 89 | struct mutex rd_mutex; |