Comment 11 for bug 435707

Revision history for this message
Scott James Remnant (Canonical) (canonical-scott) wrote : Re: /forcefsck doesn't add '-f' argument to fsck.ext4

The code is definitely there to do that:

        if (force_fsck)
                NIH_MUST (nih_str_array_add (&args, NULL, &args_len, "-f"));