K 10 svn:author V 7 glebius K 8 svn:date V 27 2015-12-16T23:48:50.003046Z K 7 svn:log V 311 Fix breakage caused by r292373 in ZFS/FUSE/NFS/SMBFS. With the new VOP_GETPAGES() KPI the "count" argument counts pages already, and doesn't need to be translated from bytes to pages. While here make it consistent that *rbehind and *rahead are updated only if we doesn't return error. Pointy hat to: glebius END