diff options
author | Kent Overstreet <kent.overstreet@gmail.com> | 2019-11-06 15:32:11 -0500 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2023-10-22 17:08:31 -0400 |
commit | e2ee3eaab72a059b29f079290b5773509df9524f (patch) | |
tree | cd66c550f6cc68a395f68150c9941dab2541d095 /fs/bcachefs/error.h | |
parent | ef496cd268f45351820c3d268d01bd46c8b80b04 (diff) | |
download | lwn-e2ee3eaab72a059b29f079290b5773509df9524f.tar.gz lwn-e2ee3eaab72a059b29f079290b5773509df9524f.zip |
bcachefs: Add an option for fsck error ratelimiting
Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com>
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'fs/bcachefs/error.h')
-rw-r--r-- | fs/bcachefs/error.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/bcachefs/error.h b/fs/bcachefs/error.h index 2591e12305b7..7dcb0f6552fc 100644 --- a/fs/bcachefs/error.h +++ b/fs/bcachefs/error.h @@ -114,6 +114,7 @@ struct fsck_err_state { struct list_head list; const char *fmt; u64 nr; + bool ratelimited; char buf[512]; }; |