Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Feb 2024 00:18:05 +0000
From:      bugzilla-noreply@freebsd.org
To:        fs@FreeBSD.org
Subject:   [Bug 264450] ufs: Partition recognized on 12.3 not recognized on CURRENT (2573e6ced996): Cannot find file system superblock .. Invalid fstype: Invalid argument
Message-ID:  <bug-264450-3630-RdXAJ9ZUe4@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-264450-3630@https.bugs.freebsd.org/bugzilla/>
References:  <bug-264450-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=3D264450

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

URL:
https://cgit.FreeBSD.org/src/commit/?id=3Db241767f8ef38f9ca7c109fe2fccd11cc=
bfaa4f0

commit b241767f8ef38f9ca7c109fe2fccd11ccbfaa4f0
Author:     Kirk McKusick <mckusick@FreeBSD.org>
AuthorDate: 2024-02-20 00:16:07 +0000
Commit:     Kirk McKusick <mckusick@FreeBSD.org>
CommitDate: 2024-02-20 00:17:05 +0000

    Eliminate unnecessary UFS1 integrity checks.

    The UFS1 integrity checks added in FreeBSD 14 were too aggressive
    for UFS1 filesystems created in FreeBSD 4 and 9 systems. This patch
    removes those tests which can be done safely since they are not
    relevant to the current implementation of UFS1.

    This is a follow-on report to bug report 264450 (comments 21-28).

    Reported by: slb@sonnet.com
    Tested by:   slb@sonnet.com
    PR:          264450
    MFC after:   1 week

 sbin/fsck_ffs/fsutil.c | 2 --
 sys/ufs/ffs/ffs_subr.c | 4 ----
 2 files changed, 6 deletions(-)

--=20
You are receiving this mail because:
You are on the CC list for the bug.
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-264450-3630-RdXAJ9ZUe4>