]> www.infradead.org Git - users/hch/xfs.git/commit
xfs: rearrange xfs_fsmap.c a little bit
authorDarrick J. Wong <djwong@kernel.org>
Fri, 30 Aug 2024 22:37:15 +0000 (15:37 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Sun, 1 Sep 2024 15:58:19 +0000 (08:58 -0700)
commit516f91035c272c40a409ded7aa063e08b14dd0a6
tree49892c4916e07849bdd69bb123f6382516e1020a
parent33912286cb1956920712aba8cb6f38e434824357
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>
fs/xfs/xfs_fsmap.c