summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/scrub.h
diff options
context:
space:
mode:
authorDarrick J. Wong <darrick.wong@oracle.com>2020-03-16 16:33:22 -0700
committerDarrick J. Wong <darrick.wong@oracle.com>2020-06-01 21:16:30 -0700
commite235a1f0be11cbfeec1e4b52210ad7d5a56eab96 (patch)
tree0f069e2545154df8fcd53c5a3393f30261967fc9 /fs/xfs/scrub/scrub.h
parent2a2c839a292ffebe99ee45ffa028e3b9a80be9b1 (diff)
xfs: implement online scrubbing of rtsummary infoscrub-rtsummary_2020-06-01
Finish the realtime summary scrubber by adding the functions we need to compute a fresh copy of the rtsummary info and comparing it to the copy on disk. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Diffstat (limited to 'fs/xfs/scrub/scrub.h')
-rw-r--r--fs/xfs/scrub/scrub.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/scrub/scrub.h b/fs/xfs/scrub/scrub.h
index ad1ceb44a628..6577ad22151d 100644
--- a/fs/xfs/scrub/scrub.h
+++ b/fs/xfs/scrub/scrub.h
@@ -61,6 +61,7 @@ struct xfs_scrub {
struct xfs_trans *tp;
struct xfs_inode *ip;
void *buf;
+ struct file *xfile;
uint ilock_flags;
/* See the XCHK/XREP state flags below. */