summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/iscan.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/scrub/iscan.h')
-rw-r--r--fs/xfs/scrub/iscan.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/xfs/scrub/iscan.h b/fs/xfs/scrub/iscan.h
index 947176620bc3..f10b71d9cec4 100644
--- a/fs/xfs/scrub/iscan.h
+++ b/fs/xfs/scrub/iscan.h
@@ -32,6 +32,9 @@ struct xchk_iscan {
/* Wait this many ms to retry an iget. */
unsigned int iget_retry_delay;
+
+ /* True if we cannot allow iget to wait indefinitely. */
+ bool iget_nowait:1;
};
/* Set if the scan has been aborted due to some event in the fs. */