Message ID | 20250310115621.3441518-3-chao@kernel.org (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | [v2,1/4] common/config: remove redundant export variables | expand |
diff --git a/common/rc b/common/rc index ca755055..bf24da4e 100644 --- a/common/rc +++ b/common/rc @@ -1500,6 +1500,9 @@ _repair_scratch_fs() # want the test to fail: _check_scratch_fs ;; + f2fs) + fsck -t $FSTYP -f $SCRATCH_DEV + ;; *) local dev=$SCRATCH_DEV local fstyp=$FSTYP