Skip to content

Commit bc8883e

Browse files
author
Darrick J. Wong
committed
xfs: kill XFS_BTREE_MAXLEVELS
Nobody uses this symbol anymore, so kill it. Signed-off-by: Darrick J. Wong <[email protected]> Reviewed-by: Chandan Babu R <[email protected]> Reviewed-by: Dave Chinner <[email protected]>
1 parent 9ec6912 commit bc8883e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

fs/xfs/libxfs/xfs_btree.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,6 @@ uint32_t xfs_btree_magic(int crc, xfs_btnum_t btnum);
9292
#define XFS_BTREE_STATS_ADD(cur, stat, val) \
9393
XFS_STATS_ADD_OFF((cur)->bc_mp, (cur)->bc_statoff + __XBTS_ ## stat, val)
9494

95-
#define XFS_BTREE_MAXLEVELS 9 /* max of all btrees */
96-
9795
/*
9896
* The btree cursor zone hands out cursors that can handle up to this many
9997
* levels. This is the known maximum for all btree types.

0 commit comments

Comments
 (0)