xfs: move comment about two 2 keys per pointer in the rmap btree
authorChristoph Hellwig <hch@lst.de>
Thu, 22 Feb 2024 20:37:25 +0000 (12:37 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Thu, 22 Feb 2024 20:37:25 +0000 (12:37 -0800)
commit72c2070f3f52196a2e8b4efced94390b62eb8ac4
treed2e3ae210d1bf00228b26b4a17684b628b7b650d
parentf73def90a7cd24a32a42f689efba6a7a35edeb7b
xfs: move comment about two 2 keys per pointer in the rmap btree

Move it to the relevant initialization of the ops structure instead
of a place that has nothing to do with the key size.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
fs/xfs/libxfs/xfs_rmap_btree.c