We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 489ecc4 commit b96f8cdCopy full SHA for b96f8cd
fs/bcachefs/chardev.c
@@ -225,6 +225,7 @@ static long bch2_ioctl_fsck_offline(struct bch_ioctl_fsck_offline __user *user_a
225
226
opt_set(thr->opts, stdio, (u64)(unsigned long)&thr->thr.stdio);
227
opt_set(thr->opts, read_only, 1);
228
+ opt_set(thr->opts, ratelimit_errors, 0);
229
230
/* We need request_key() to be called before we punt to kthread: */
231
opt_set(thr->opts, nostart, true);
0 commit comments