On 7/27/20 9:25 AM, Mark Johnston wrote:
+ + /* + * We may be attempting to free the page as part of the handling for an + * I/O error, in which case the page was xbusied by a different thread. + */ + vm_page_xbusy_claim(m);
I've just noticed that vm_page_xbusy_claim() ignores the WAITERS bit. Is this not a problem in practice?
Eric _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"