diff options
Diffstat (limited to 'libbcachefs/error.h')
-rw-r--r-- | libbcachefs/error.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libbcachefs/error.h b/libbcachefs/error.h index 9991879d..91c7e4ee 100644 --- a/libbcachefs/error.h +++ b/libbcachefs/error.h @@ -103,7 +103,8 @@ struct fsck_err_state { const char *fmt; u64 nr; bool ratelimited; - struct printbuf buf; + int ret; + char *last_msg; }; #define FSCK_CAN_FIX (1 << 0) |