https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225110
Kirk McKusick <mcku...@FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mcku...@FreeBSD.org
--- Comment #2 from Kirk McKusick <mcku...@FreeBSD.org> ---
Please retry with this change included as I believe it will fix the problem.
New Revision: 328092
URL:
https://svnweb.freebsd.org/changeset/base/328092
Log:
Correct fsck journal-recovery code to update a cylinder-group
check-hash after making changes to the cylinder group. The problem
was that the journal-recovery code was calling the libufs bwrite()
function instead of the cgput() function. The cgput() function updates
the cylinder-group check-hash before writing the cylinder group.
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freeb...@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-fs
To unsubscribe, send any mail to "
freebsd-fs-...@freebsd.org"