summaryrefslogtreecommitdiff
path: root/libbcachefs/error.h
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@linux.dev>2023-04-10 14:39:18 -0400
committerKent Overstreet <kent.overstreet@linux.dev>2023-04-15 14:41:11 -0400
commit807b250927d9c6e829ddd1ff7eac57bf9b056dab (patch)
treec8c30549383c3b1950ac22fb927729bdd65234cf /libbcachefs/error.h
parent7f102ee83d83fd918783ca542fac1574f9b2c623 (diff)
Update bcachefs sources to 504729f99c bcachefs: Allow answering y or n to all fsck errors of given type
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'libbcachefs/error.h')
-rw-r--r--libbcachefs/error.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libbcachefs/error.h b/libbcachefs/error.h
index 91c7e4ee..edf12443 100644
--- a/libbcachefs/error.h
+++ b/libbcachefs/error.h
@@ -104,6 +104,7 @@ struct fsck_err_state {
u64 nr;
bool ratelimited;
int ret;
+ int fix;
char *last_msg;
};