Date: Sun, 02 Jan 2022 22:20:28 +0000 From: bugzilla-noreply@freebsd.org To: fs@FreeBSD.org Subject: [Bug 246201] fsck: Does not honour /etc/fstab "failok" option (mount does) Message-ID: <bug-246201-3630-Iz4PNTIYF5@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-246201-3630@https.bugs.freebsd.org/bugzilla/> References: <bug-246201-3630@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D246201 --- Comment #6 from commit-hook@FreeBSD.org --- A commit in branch stable/13 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3Dfe7121ec5b8b1c98c2933902be7aef185= 0030154 commit fe7121ec5b8b1c98c2933902be7aef1850030154 Author: Kirk McKusick <mckusick@FreeBSD.org> AuthorDate: 2021-12-16 00:51:55 +0000 Commit: Kirk McKusick <mckusick@FreeBSD.org> CommitDate: 2022-01-02 22:12:14 +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. PR: 246201 Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D33424 (cherry picked from commit c72372c693b36058b58a525981e833515ce8e441) 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(-) --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-246201-3630-Iz4PNTIYF5>