Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Sep 2021 23:21:31 +0000
From:      bugzilla-noreply@freebsd.org
To:        fs@FreeBSD.org
Subject:   [Bug 246962] fsck_ffs frequently requires multiple runs
Message-ID:  <bug-246962-3630-i57I0PLl8Z@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-246962-3630@https.bugs.freebsd.org/bugzilla/>
References:  <bug-246962-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=3D246962

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

URL:
https://cgit.FreeBSD.org/src/commit/?id=3Db31c5a25321363ab95c1642dffc6e9231=
9dc42ce

commit b31c5a25321363ab95c1642dffc6e92319dc42ce
Author:     Kirk McKusick <mckusick@FreeBSD.org>
AuthorDate: 2021-09-22 23:16:39 +0000
Commit:     Kirk McKusick <mckusick@FreeBSD.org>
CommitDate: 2021-09-22 23:20:19 +0000

    Eliminate an unnecessary rerun request in fsck_ffs.

    When fsck_ffs is running in preen mode and finds a zero-length director=
y,
    it deletes that directory. In doing this operation, it unnecessary set
    its internal flag saying that fsck_ffs needed to be rerun. This patch
    deletes the rerun request for this case.

    Reported by:  Mark Johnson
    PR:           246962
    MFC after:    1 week
    Sponsored by: Netflix

 sbin/fsck_ffs/dir.c | 1 -
 1 file changed, 1 deletion(-)

--=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-246962-3630-i57I0PLl8Z>