[Bug 246201] fsck: Does not honour /etc/fstab "failok" option (mount does)

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 16 Dec 2021 00:54:21 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246201

--- Comment #5 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=c72372c693b36058b58a525981e833515ce8e441

commit c72372c693b36058b58a525981e833515ce8e441
Author:     Kirk McKusick <mckusick@FreeBSD.org>
AuthorDate: 2021-12-16 00:51:55 +0000
Commit:     Kirk McKusick <mckusick@FreeBSD.org>
CommitDate: 2021-12-16 00:53:46 +0000

    Update fsck(8) to ignore failures from a check program for a filesystem
    when the fstab(5) entry for the filesystem has the "failok" attribute.

    Reviewed by:  kib
    PR:           246201
    MFC after:    2 weeks
    Sponsored by: Netflix
    Differential Revision: https://reviews.freebsd.org/D33424

 sbin/fsck/fsck.c   |  3 +++
 sbin/fsck/fsutil.c | 39 +++++++++++++++++++++++++++++++++++++++
 sbin/fsck/fsutil.h |  7 +++----
 sbin/fsck/preen.c  | 24 +++++++++++++++---------
 4 files changed, 60 insertions(+), 13 deletions(-)

-- 
You are receiving this mail because:
You are the assignee for the bug.