K 10 svn:author V 7 glebius K 8 svn:date V 27 2019-11-06T23:45:43.059503Z K 7 svn:log V 333 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 END