K 10 svn:author V 5 markj K 8 svn:date V 27 2016-09-04T00:25:49.905681Z K 7 svn:log V 388 Respect the caller's hints when performing swap readahead. The pager getpages interface allows the caller to bound the number of readahead and readbehind pages, and vm_fault_hold() makes use of this feature. These bounds were ignored after r305056, causing the swap pager to potentially page in more than the specified number of pages. Reported and reviewed by: alc X-MFC with: r305056 END