K 10 svn:author V 7 glebius K 8 svn:date V 27 2014-02-12T19:51:12.885505Z K 7 svn:log V 387 Add new VOP vop_getpages_async(), that is like vop_getpages() but doesn't block on I/O, just returns. The callback function supplied will be executed with the argument supplied after I/O is done and pages are populated and valid. Implement the VOP for the generic vnode pager, tearing the vnode_pager_generic_getpages() into two parts. Sponsored by: Netflix Sponsored by: Nginx, Inc. END