summaryrefslogtreecommitdiff
path: root/libbcachefs/recovery_passes_format.h
diff options
context:
space:
mode:
Diffstat (limited to 'libbcachefs/recovery_passes_format.h')
-rw-r--r--libbcachefs/recovery_passes_format.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libbcachefs/recovery_passes_format.h b/libbcachefs/recovery_passes_format.h
index c434eafb..b63c2055 100644
--- a/libbcachefs/recovery_passes_format.h
+++ b/libbcachefs/recovery_passes_format.h
@@ -87,6 +87,8 @@ struct recovery_pass_entry {
__le32 flags;
};
+LE32_BITMASK(BCH_RECOVERY_PASS_NO_RATELIMIT, struct recovery_pass_entry, flags, 0, 1)
+
struct bch_sb_field_recovery_passes {
struct bch_sb_field field;
struct recovery_pass_entry start[];