[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

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Nov 18 17:02:34 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214629

Andriy Gapon <avg at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |Open
                 CC|                            |alc at FreeBSD.org,
                   |                            |kib at FreeBSD.org

--- Comment #1 from Andriy Gapon <avg at 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.


More information about the freebsd-bugs mailing list