| commit | 4aee9878b77514b43a55e876806ae43e17b803d7 | [log] [tgz] |
|---|---|---|
| author | Darrick J. Wong <djwong@kernel.org> | Wed Nov 20 16:24:44 2024 -0800 |
| committer | Darrick J. Wong <djwong@kernel.org> | Sun Nov 24 21:02:57 2024 -0800 |
| tree | 423a3a2cb97a0a344c4bd96933d767ca7032cc54 | |
| parent | c6704e1036250b2481073ac002359b541f7e2f68 [diff] |
xfs: separate space btree structures in xfs_ondisk.h Create a separate section for space management btrees so that they're not mixed in with file structures. Ignore the dsb stuff sprinkled around for now, because we'll deal with that in a subsequent patch. Signed-off-by: "Darrick J. Wong" <djwong@kernel.org>