summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarrick J. Wong <djwong@kernel.org>2021-09-16 12:30:34 -0700
committerDarrick J. Wong <djwong@kernel.org>2021-09-23 18:20:31 -0700
commita2d8ab2609f137120c30998bf447fe7f8c01b83f (patch)
tree97b5ddeb42a8c22886952d3b0d659625fdd10994
parent6bdefb2652e8709cc04cac19c1497bbb4b7f550e (diff)
xfs: kill XFS_BTREE_MAXLEVELSbtree-dynamic-depth-5.16_2021-09-23
Nobody uses this symbol anymore, so kill it. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Chandan Babu R <chandan.babu@oracle.com>
-rw-r--r--fs/xfs/libxfs/xfs_btree.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/xfs/libxfs/xfs_btree.h b/fs/xfs/libxfs/xfs_btree.h
index b848571f999b..89239b2be096 100644
--- a/fs/xfs/libxfs/xfs_btree.h
+++ b/fs/xfs/libxfs/xfs_btree.h
@@ -92,8 +92,6 @@ uint32_t xfs_btree_magic(int crc, xfs_btnum_t btnum);
#define XFS_BTREE_STATS_ADD(cur, stat, val) \
XFS_STATS_ADD_OFF((cur)->bc_mp, (cur)->bc_statoff + __XBTS_ ## stat, val)
-#define XFS_BTREE_MAXLEVELS 9 /* max of all btrees */
-
/*
* The btree cursor zone hands out cursors that can handle up to this many
* levels. This is the known maximum for all btree types.