K 10 svn:author V 7 glebius K 8 svn:date V 27 2016-11-17T21:36:18.689683Z K 7 svn:log V 278 Add flag SF_USER_READAHEAD to sendfile(2). When specified, the syscall won't do any speculations about readahead, and use exactly the amount of readahead specified by user. E.g. setting SF_FLAGS(0, SF_USER_READAHEAD) will guarantee that no readahead at all will be performed. END