commit | f6ac590202f6a98c5f2271473d6ef7f4c7d5d72e | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Thu Sep 23 12:21:37 2021 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Thu Sep 23 18:20:31 2021 -0700 |
tree | d28ca95939521d8a9b45f501f2e48a99443bfd18 | |
parent | c0ef00d1e835bfd24399aaa069b2b608dd60b485 [diff] |
xfs: use separate btree cursor slab for each btree type Now that we have the infrastructure to track the max possible height of each btree type, we can create a separate slab zone for cursors of each type of btree. For smaller indices like the free space btrees, this means that we can pack more cursors into a slab page, improving slab utilization. Signed-off-by: Darrick J. Wong <djwong@kernel.org>