[Bug 264450] ufs: Partition recognized on 12.3 not recognized on CURRENT (2573e6ced996): Cannot find file system superblock .. Invalid fstype: Invalid argument

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 05 Mar 2024 00:19:37 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264450

--- Comment #29 from commit-hook@FreeBSD.org ---
A commit in branch stable/13 references this bug:

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

commit 8c6964b779cecbcf42475c896e5c61df192b80b9
Author:     Kirk McKusick <mckusick@FreeBSD.org>
AuthorDate: 2024-02-20 00:16:07 +0000
Commit:     Kirk McKusick <mckusick@FreeBSD.org>
CommitDate: 2024-03-05 00:18:58 +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

    (cherry picked from commit b241767f8ef38f9ca7c109fe2fccd11ccbfaa4f0)

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

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