Date: Fri, 18 Nov 2016 17:02:32 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 214629] [zfs] [panic] solaris assert: pp != NULL && !pp-valid, file: /usr/src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vnops.c, line: 430 Message-ID: <bug-214629-8-UnDEv6pOf2@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-214629-8@https.bugs.freebsd.org/bugzilla/> References: <bug-214629-8@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214629 Andriy Gapon <avg@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Open CC| |alc@FreeBSD.org, | |kib@FreeBSD.org --- Comment #1 from Andriy Gapon <avg@FreeBSD.org> --- (In reply to Shirkdog from comment #0) You are absolutely correct. Now that 'else if (pp == NULL)' block has been removed (and we no longer fabricate a cached page), the code should look like: ... else if (pp != NULL) { ASSERT(!pp->valid); pp = NULL; } -- You are receiving this mail because: You are the assignee for the bug.help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-214629-8-UnDEv6pOf2>
