summaryrefslogtreecommitdiff
path: root/fs/gfs2/incore.h
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruenba@redhat.com>2022-12-10 00:14:01 +0300
committerAndreas Gruenbacher <agruenba@redhat.com>2022-12-15 14:41:22 +0300
commitba3e77a4a22af018d2fe4d745902b2531ca82aba (patch)
tree478e5ca0dd5333f322b49446ce5f277b7cee7490 /fs/gfs2/incore.h
parentf0c0ade8d874fb127f9b451d415bee8cbb6bf7a6 (diff)
downloadlinux-ba3e77a4a22af018d2fe4d745902b2531ca82aba.tar.xz
gfs2: Remove support for glock holder auto-demotion
Remove the support for glock holder auto-demotion (commit dc732906c245 and folow-ups) as we are not planning to use this feature, and the additional code therefore only adds unnecessary complexity. Signed-off-by: Andreas Gruenbacher <agruenba@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 d09d9892cd05..c26765080f28 100644
--- a/fs/gfs2/incore.h
+++ b/fs/gfs2/incore.h
@@ -252,7 +252,6 @@ struct gfs2_lkstats {
enum {
/* States */
- HIF_MAY_DEMOTE = 1,
HIF_HOLDER = 6, /* Set for gh that "holds" the glock */
HIF_WAIT = 10,
};