Home
last modified time | relevance | path

Searched hist:b8c923032f0e95c4d330ac96b756100c25ec8a8d (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/kern/
H A Dkern_sendfile.cdiff b8c923032f0e95c4d330ac96b756100c25ec8a8d Thu Nov 07 00:45:43 CET 2019 Gleb Smirnoff <glebius@FreeBSD.org> If vm_pager_get_pages_async() returns an error synchronously we leak wired
and busy pages. Add code that would carefully cleanups the state in case
of synchronous error return. Cover a case when a first I/O went on
asynchronously, but second or N-th returned error synchronously.

In collaboration with: chs
Reviewed by: jtl, kib