diff options
author | Steven Whitehouse <swhiteho@redhat.com> | 2006-06-22 15:26:33 -0400 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2006-06-22 15:26:33 -0400 |
commit | bdd512aeeab860f7a9a537142dd0983f884d723a (patch) | |
tree | a03ed947884528046a2e9d9b49d31fa791dc8956 /fs/gfs2/incore.h | |
parent | 43f5d210a02dcf9d8bafb147044f27add10a459a (diff) | |
download | blackbird-obmc-linux-bdd512aeeab860f7a9a537142dd0983f884d723a.tar.gz blackbird-obmc-linux-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/incore.h')
-rw-r--r-- | fs/gfs2/incore.h | 1 |
1 files changed, 0 insertions, 1 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 { }; enum { - GIF_MIN_INIT = 0, GIF_QD_LOCKED = 1, GIF_PAGED = 2, GIF_SW_PAGED = 3, |