From: Steven Whitehouse Date: Thu, 22 Jun 2006 19:26:33 +0000 (-0400) Subject: [GFS2] Remove unused flag X-Git-Tag: v2.6.19-rc1~32^2~164 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=bdd512aeeab860f7a9a537142dd0983f884d723a;p=linux-2.6-omap-h63xx.git [GFS2] Remove unused flag The flag GIF_MIN_INIT is no longer used or required. Signed-off-by: Steven Whitehouse --- diff --git a/fs/gfs2/incore.h b/fs/gfs2/incore.h index 034a855a14b..90e0624d806 100644 --- a/fs/gfs2/incore.h +++ b/fs/gfs2/incore.h @@ -234,7 +234,6 @@ struct gfs2_alloc { }; enum { - GIF_MIN_INIT = 0, GIF_QD_LOCKED = 1, GIF_PAGED = 2, GIF_SW_PAGED = 3, diff --git a/fs/gfs2/inode.c b/fs/gfs2/inode.c index c19feb9697b..6499c4f9107 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);