summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/rtbitmap.h
AgeCommit message (Collapse)AuthorFilesLines
2023-12-15xfs: online repair of realtime bitmapsDarrick J. Wong1-0/+22
Fix all the file metadata surrounding the realtime bitmap file, which includes the rt geometry, file size, forks, and space mappings. The bitmap contents themselves cannot be fixed without rt rmap, so that will come later. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de>