Date: Thu, 18 Jan 2018 07:04:47 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 225110] UFS "cylinder checksum failed" messages after crash, with SU+J enabled Message-ID: <bug-225110-3630-6UStYyb6Cc@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-225110-3630@https.bugs.freebsd.org/bugzilla/> References: <bug-225110-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=3D225110 Kirk McKusick <mckusick@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mckusick@FreeBSD.org --- Comment #2 from Kirk McKusick <mckusick@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. --=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-225110-3630-6UStYyb6Cc>