commit | 4015b1a3182667048cc7437cb4e4b06b90941338 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Tue Jan 23 09:06:02 2024 -0800 |
committer | Darrick J. Wong <djwong@kernel.org> | Sun Mar 24 13:23:23 2024 -0700 |
tree | 8bc549d82f15492c20b429f103315867f843ad77 | |
parent | fdb45fb1aea23cf25ff3e06f0bf416c716635157 [diff] |
xfs: remove xfs_btnum_t The last checks for bc_btnum can be replaced with helpers that check the btree ops. This allows adding new btrees to XFS without having to update a global enum. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Darrick J. Wong <djwong@kernel.org> [djwong: complete the ops predicates] Signed-off-by: Darrick J. Wong <djwong@kernel.org>