K 10 svn:author V 3 avg K 8 svn:date V 27 2018-01-18T12:59:04.168420Z K 7 svn:log V 379 correct read-ahead calculations in vfs_bio_getpages Previously the calculations were done as if the requested region ended at the start of the last requested page, not its end. The problem as actually quite minor as it affected only stats and page prefaulting, not the actual page data, and only with specific parameters. Reviewed by: kib (previous version) MFC after: 2 weeks END