| commit | 516f91035c272c40a409ded7aa063e08b14dd0a6 | [log] [tgz] |
|---|---|---|
| author | Darrick J. Wong <djwong@kernel.org> | Fri Aug 30 15:37:15 2024 -0700 |
| committer | Darrick J. Wong <djwong@kernel.org> | Sun Sep 01 08:58:19 2024 -0700 |
| tree | 49892c4916e07849bdd69bb123f6382516e1020a | |
| parent | 33912286cb1956920712aba8cb6f38e434824357 [diff] |
xfs: rearrange xfs_fsmap.c a little bit The order of the functions in this file has gotten a little confusing over the years. Specifically, the two data device implementations (bnobt and rmapbt) could be adjacent in the source code instead of split in two by the logdev and rtdev fsmap implementations. We're about to add more functionality to this file, so rearrange things now. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de>