aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2
diff options
context:
space:
mode:
Diffstat (limited to 'fs/gfs2')
-rw-r--r--fs/gfs2/incore.h1
-rw-r--r--fs/gfs2/inode.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/fs/gfs2/incore.h b/fs/gfs2/incore.h
index 034a855a14bb..90e0624d8065 100644
--- a/fs/gfs2/incore.h
+++ b/fs/gfs2/incore.h
@@ -234,7 +234,6 @@ struct gfs2_alloc {
234}; 234};
235 235
236enum { 236enum {
237 GIF_MIN_INIT = 0,
238 GIF_QD_LOCKED = 1, 237 GIF_QD_LOCKED = 1,
239 GIF_PAGED = 2, 238 GIF_PAGED = 2,
240 GIF_SW_PAGED = 3, 239 GIF_SW_PAGED = 3,
diff --git a/fs/gfs2/inode.c b/fs/gfs2/inode.c
index c19feb9697b0..6499c4f91078 100644
--- a/fs/gfs2/inode.c
+++ b/fs/gfs2/inode.c
@@ -236,7 +236,6 @@ int gfs2_inode_refresh(struct gfs2_inode *ip)
236 } 236 }
237 237
238 gfs2_dinode_in(&ip->i_di, dibh->b_data); 238 gfs2_dinode_in(&ip->i_di, dibh->b_data);
239 set_bit(GIF_MIN_INIT, &ip->i_flags);
240 239
241 brelse(dibh); 240 brelse(dibh);
242 241