]> git.apps.os.sepia.ceph.com Git - xfsprogs-dev.git/commit
repair: btree blocks are never on the RT subvolume
authorChristoph Hellwig <hch@lst.de>
Mon, 29 Jul 2024 23:22:33 +0000 (16:22 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 30 Jul 2024 00:00:59 +0000 (17:00 -0700)
commit30aef7811a643e63a6013d7cd89cb74c6a92010b
tree22bd10e77332bdef457f46f7cc66956b8035b2c8
parent91e361f1251617469c70af7a9144643d4d8b71fa
repair: btree blocks are never on the RT subvolume

scan_bmapbt tries to track btree blocks in the RT duplicate extent
AVL tree if the inode has the realtime flag set.  Given that the
RT subvolume is only ever used for file data this is incorrect.

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>
repair/scan.c