aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/incore.h
diff options
context:
space:
mode:
authorBob Peterson <rpeterso@redhat.com>2021-07-27 13:52:42 -0500
committerBob Peterson <rpeterso@redhat.com>2021-08-20 09:03:46 -0500
commita8f1d32d0f04354ee4dddb83072413f2c299a192 (patch)
treebd93b9b3a109b9775acb8124672d55489dfe21ad /fs/gfs2/incore.h
parentgfs2: Make recovery error more readable (diff)
downloadlinux-dev-a8f1d32d0f04354ee4dddb83072413f2c299a192.tar.xz
linux-dev-a8f1d32d0f04354ee4dddb83072413f2c299a192.zip
gfs2: Eliminate vestigial HIF_FIRST
Holder flag HIF_FIRST is no longer used or needed, so remove it. Signed-off-by: Bob Peterson <rpeterso@redhat.com>
Diffstat (limited to 'fs/gfs2/incore.h')
-rw-r--r--fs/gfs2/incore.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/gfs2/incore.h b/fs/gfs2/incore.h
index 397b091cbed1..0fe49770166e 100644
--- a/fs/gfs2/incore.h
+++ b/fs/gfs2/incore.h
@@ -253,7 +253,6 @@ struct gfs2_lkstats {
enum {
/* States */
HIF_HOLDER = 6, /* Set for gh that "holds" the glock */
- HIF_FIRST = 7,
HIF_WAIT = 10,
};