K 10 svn:author V 3 chs K 8 svn:date V 27 2020-07-17T23:10:35.699613Z K 7 svn:log V 331 Fix vnode_pager handling of read ahead/behind pages when a disk read fails. Rather than marking the read ahead/behind pages valid even though they were not initialized, free them using the new function vm_page_free_invalid(). Reviewed by: markj, kib Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D25430 END