[Bug 233560] fsck_ffs(8): pfatal doesn't prevent marking filesystem clean

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Nov 28 00:40:23 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233560

Kirk McKusick <mckusick at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mckusick at FreeBSD.org

--- Comment #1 from Kirk McKusick <mckusick at FreeBSD.org> ---
The pfatal call perhaps should be called preenfatal. It is only fatal when
running in preen mode. In this example, fsck was not able to add "." and ".."
to the broken directory, but the filesystem was not inconsistant, so was marked
clean. Or put another way, the filesystem is safe to use, so it is marked
clean.

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


More information about the freebsd-fs mailing list