Skip to content

Commit

Permalink
[GFS2] Remove unused flag
Browse files Browse the repository at this point in the history
The flag GIF_MIN_INIT is no longer used or required.

Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
  • Loading branch information
Steven Whitehouse committed Jun 22, 2006
1 parent 43f5d21 commit bdd512a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion fs/gfs2/incore.h
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,6 @@ struct gfs2_alloc {
};

enum {
GIF_MIN_INIT = 0,
GIF_QD_LOCKED = 1,
GIF_PAGED = 2,
GIF_SW_PAGED = 3,
Expand Down
1 change: 0 additions & 1 deletion fs/gfs2/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit bdd512a

Please sign in to comment.