forked from luck/tmp_suning_uos_patched
[GFS2] Remove unused flag
The flag GIF_MIN_INIT is no longer used or required. Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
This commit is contained in:
parent
43f5d210a0
commit
bdd512aeea
@ -234,7 +234,6 @@ struct gfs2_alloc {
|
||||
};
|
||||
|
||||
enum {
|
||||
GIF_MIN_INIT = 0,
|
||||
GIF_QD_LOCKED = 1,
|
||||
GIF_PAGED = 2,
|
||||
GIF_SW_PAGED = 3,
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user