K 10 svn:author V 7 glebius K 8 svn:date V 27 2014-09-10T11:33:42.603704Z K 7 svn:log V 416 - Make default implementation of VOP_GETPAGES_ASYNC() a wrapper around VOP_GETPAGES(). This emulates asynchronous operation on all filesystems, that use their own vop_getpages(), namely: nfs, smbfs, fuse, zfs. - Opt-in UFS to use true asynchronous vop_stdgetpages_async(). Note: other filesystems, that use default pager, need also to opt-in after some testing. Sponsored by: Netflix Sponsored by: Nginx, Inc. END