diff options
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 c0a8c3b6a852..227a74dc5ec0 100644 --- a/fs/gfs2/incore.h +++ b/fs/gfs2/incore.h | |||
@@ -217,6 +217,7 @@ struct gfs2_alloc { | |||
217 | }; | 217 | }; |
218 | 218 | ||
219 | enum { | 219 | enum { |
220 | GIF_INVALID = 0, | ||
220 | GIF_QD_LOCKED = 1, | 221 | GIF_QD_LOCKED = 1, |
221 | GIF_PAGED = 2, | 222 | GIF_PAGED = 2, |
222 | GIF_SW_PAGED = 3, | 223 | GIF_SW_PAGED = 3, |
@@ -228,7 +229,6 @@ struct gfs2_inode { | |||
228 | 229 | ||
229 | unsigned long i_flags; /* GIF_... */ | 230 | unsigned long i_flags; /* GIF_... */ |
230 | 231 | ||
231 | u64 i_vn; | ||
232 | struct gfs2_dinode_host i_di; /* To be replaced by ref to block */ | 232 | struct gfs2_dinode_host i_di; /* To be replaced by ref to block */ |
233 | 233 | ||
234 | struct gfs2_glock *i_gl; /* Move into i_gh? */ | 234 | struct gfs2_glock *i_gl; /* Move into i_gh? */ |