Commit bc8883eb authored by Darrick J. Wong's avatar Darrick J. Wong

xfs: kill XFS_BTREE_MAXLEVELS

Nobody uses this symbol anymore, so kill it.
Signed-off-by: default avatarDarrick J. Wong <djwong@kernel.org>
Reviewed-by: default avatarChandan Babu R <chandan.babu@oracle.com>
Reviewed-by: default avatarDave Chinner <dchinner@redhat.com>
parent 9ec69120
...@@ -92,8 +92,6 @@ uint32_t xfs_btree_magic(int crc, xfs_btnum_t btnum); ...@@ -92,8 +92,6 @@ uint32_t xfs_btree_magic(int crc, xfs_btnum_t btnum);
#define XFS_BTREE_STATS_ADD(cur, stat, val) \ #define XFS_BTREE_STATS_ADD(cur, stat, val) \
XFS_STATS_ADD_OFF((cur)->bc_mp, (cur)->bc_statoff + __XBTS_ ## 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 * The btree cursor zone hands out cursors that can handle up to this many
* levels. This is the known maximum for all btree types. * levels. This is the known maximum for all btree types.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment