]> git.sesse.net Git - bcachefs-tools-debian/blobdiff - libbcachefs/error.h
Update bcachefs sources to 171da96d76 bcachefs: Drop some anonymous structs, unions
[bcachefs-tools-debian] / libbcachefs / error.h
index 9991879dfbff12bb36119646d4222423f09bfd2b..91c7e4ee8f7266ea193414461a145236e7dc5277 100644 (file)
@@ -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)