Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Dec 2018 23:08:50 -0800 (PST)
From:      Don Lewis <truckman@FreeBSD.org>
To:        Kirk McKusick <mckusick@mckusick.com>
Cc:        freebsd-fs@FreeBSD.org
Subject:   Re: stuck with ufs CHECK-HASH errors
Message-ID:  <tkrat.2f594d1b2546d371@FreeBSD.org>
In-Reply-To: <201812040602.wB462lPD091248@chez.mckusick.com>
References:  <tkrat.98eb81fc50b0c146@FreeBSD.org> <201812040602.wB462lPD091248@chez.mckusick.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On  3 Dec, Kirk McKusick wrote:
> I am working on a fix. Hopefully have it in no more than a day.

I figured out that ufs_disk_fillout() and therefore sbread() in libufs
is never getting called.  Therefore the superblock used by cgput() is
all zeros.  If I change the call to ufs_disk_fillout_blank() in setup()
to ufs_disk_fillout() then things appear to work much better.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?tkrat.2f594d1b2546d371>