aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/incore.h
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruenba@redhat.com>2020-01-16 00:25:32 +0100
committerAndreas Gruenbacher <agruenba@redhat.com>2020-01-20 08:46:53 +0100
commitf7be987b825434e2cac5027d47501ae1102881b4 (patch)
tree78369486f2f580ff8c41afeb306c0d415a2d6569 /fs/gfs2/incore.h
parentgfs2: Fix incorrect variable name (diff)
downloadlinux-dev-f7be987b825434e2cac5027d47501ae1102881b4.tar.xz
linux-dev-f7be987b825434e2cac5027d47501ae1102881b4.zip
gfs2: Remove GFS2_MIN_LVB_SIZE define
The dlm lockspace is set up to have lock value blocks of GDLM_LVB_SIZE bytes, and dlm is the only lock manager we support, so there is no point in claiming that the lock value block could have any other size. Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
Diffstat (limited to 'fs/gfs2/incore.h')
-rw-r--r--fs/gfs2/incore.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/gfs2/incore.h b/fs/gfs2/incore.h
index e9254e2fbc20..68d67d38a09d 100644
--- a/fs/gfs2/incore.h
+++ b/fs/gfs2/incore.h
@@ -387,8 +387,6 @@ struct gfs2_glock {
struct rhash_head gl_node;
};
-#define GFS2_MIN_LVB_SIZE 32 /* Min size of LVB that gfs2 supports */
-
enum {
GIF_INVALID = 0,
GIF_QD_LOCKED = 1,