]> git.apps.os.sepia.ceph.com Git - xfsprogs-dev.git/commit
xfs: move comment about two 2 keys per pointer in the rmap btree
authorChristoph Hellwig <hch@lst.de>
Mon, 22 Apr 2024 17:01:01 +0000 (10:01 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Mon, 3 Jun 2024 18:37:38 +0000 (11:37 -0700)
commit054feadaae5b7fbe91c7acbbb17ebb4a068c6c44
treef6770f9973fa837e29123e06ecc4bee83c3c724c
parente80dacd4256d4fd989e40ea01b09eafa665b6acc
xfs: move comment about two 2 keys per pointer in the rmap btree

Source kernel commit: 72c2070f3f52196a2e8b4efced94390b62eb8ac4

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>
Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>
libxfs/xfs_rmap_btree.c