aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/inode.c
diff options
context:
space:
mode:
authorSteven Whitehouse <swhiteho@redhat.com>2006-06-22 15:26:33 -0400
committerSteven Whitehouse <swhiteho@redhat.com>2006-06-22 15:26:33 -0400
commitbdd512aeeab860f7a9a537142dd0983f884d723a (patch)
treea03ed947884528046a2e9d9b49d31fa791dc8956 /fs/gfs2/inode.c
parent[GFS2] [-mm patch] fs/gfs2/: make code static (diff)
downloadlinux-dev-bdd512aeeab860f7a9a537142dd0983f884d723a.tar.xz
linux-dev-bdd512aeeab860f7a9a537142dd0983f884d723a.zip
[GFS2] Remove unused flag
The flag GIF_MIN_INIT is no longer used or required. Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs/gfs2/inode.c')
-rw-r--r--fs/gfs2/inode.c1
1 files changed, 0 insertions, 1 deletions
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)
}
gfs2_dinode_in(&ip->i_di, dibh->b_data);
- set_bit(GIF_MIN_INIT, &ip->i_flags);
brelse(dibh);