aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/incore.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/gfs2/incore.h')
-rw-r--r--fs/gfs2/incore.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/gfs2/incore.h b/fs/gfs2/incore.h
index d995441373ab..00c3004a4c22 100644
--- a/fs/gfs2/incore.h
+++ b/fs/gfs2/incore.h
@@ -213,8 +213,8 @@ enum {
213 213
214struct gfs2_inode { 214struct gfs2_inode {
215 struct inode i_inode; 215 struct inode i_inode;
216 struct gfs2_inum_host i_num; 216 u64 i_no_addr;
217 217 u64 i_no_formal_ino;
218 unsigned long i_flags; /* GIF_... */ 218 unsigned long i_flags; /* GIF_... */
219 219
220 struct gfs2_dinode_host i_di; /* To be replaced by ref to block */ 220 struct gfs2_dinode_host i_di; /* To be replaced by ref to block */