Merge tag 'btree-cleanups-6.12_2024-09-02' of https://git.kernel.org/pub/scm/linux...
authorChandan Babu R <chandanbabu@kernel.org>
Tue, 3 Sep 2024 04:33:07 +0000 (10:03 +0530)
committerChandan Babu R <chandanbabu@kernel.org>
Tue, 3 Sep 2024 04:33:07 +0000 (10:03 +0530)
commit169d89f33bb52efc9234715d09d83a2848d0b5b2
treeac551b3047333e36e1b533fe2db0329cf54906c1
parent5384639bf7b82d825b7a65586f382b7b16eef34f
parent411a71256de6f5a0015a28929cfbe6bc36c503dc
Merge tag 'btree-cleanups-6.12_2024-09-02' of https://git./linux/kernel/git/djwong/xfs-linux into xfs-6.12-mergeA

xfs: cleanups for inode rooted btree code [v4.2 8/8]

This series prepares the btree code to support realtime reverse mapping btrees
by refactoring xfs_ifork_realloc to be fed a per-btree ops structure so that it
can handle multiple types of inode-rooted btrees.  It moves on to refactoring
the btree code to use the new realloc routines.

With a bit of luck, this should all go splendidly.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Chandan Babu R <chandanbabu@kernel.org>
* tag 'btree-cleanups-6.12_2024-09-02' of https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux:
  xfs: standardize the btree maxrecs function parameters
  xfs: replace shouty XFS_BM{BT,DR} macros