xfs: implement online scrubbing of rtsummary info
[platform/kernel/linux-starfive.git] / fs / xfs / scrub / scrub.h
index e113f2f..f198c6c 100644 (file)
@@ -88,6 +88,10 @@ struct xfs_scrub {
         */
        void                            (*buf_cleanup)(void *buf);
 
+       /* xfile used by the scrubbers; freed at teardown. */
+       struct xfile                    *xfile;
+
+       /* Lock flags for @ip. */
        uint                            ilock_flags;
 
        /* See the XCHK/XREP state flags below. */