K 10 svn:author V 7 glebius K 8 svn:date V 27 2014-05-28T13:01:10.858096Z K 7 svn:log V 344 When working on a sparse file sendfile_getpages() could skip a page. This happened due to increment both in the for (;;) statement and in the loop itself. Fix this by removing increment in for (;;). Now all increments are done "manually", this fixes the bug and makes code more comprehendable. Sponsored by: Netflix Sponsored by: Nginx, Inc. END