]> git-server-git.apps.pok.os.sepia.ceph.com Git - xfsprogs-dev.git/commit
xfs_scrub: account for reflinked realtime file data
authorDarrick J. Wong <djwong@kernel.org>
Wed, 24 Jun 2026 18:16:51 +0000 (11:16 -0700)
committerAndrey Albershteyn <aalbersh@kernel.org>
Thu, 25 Jun 2026 13:42:53 +0000 (15:42 +0200)
commitbaef30aabbd5d3fd3183a507ddb466b7b3dc3e5f
tree48ddb1251fb71985f25ba0ff4dc49e3165aa23eb
parent243048f90dd45bb8ff53cb9c8f0bddbe07e9dbb4
xfs_scrub: account for reflinked realtime file data

When we added reflink to the rt device, we forgot to account for
multiply owned space in the phase 7 accounting.  Luckily, Codex noticed
for us.

Signed-off-by: "Darrick J. Wong" <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
scrub/phase7.c