https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214629
Andriy Gapon <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Open CC| |[email protected], | |[email protected] --- Comment #1 from Andriy Gapon <[email protected]> --- (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 on the CC list for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-amd64 To unsubscribe, send any mail to "[email protected]"
