Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
9p: set readahead and io size according to maxsize
having a readahead of 128k with a msize of 128k (with overhead) lead to reading 124+4k everytime, making two roundtrips needlessly. tune readahead according to msize when cache is enabled for better performance Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Dominique Martinet <[email protected]>
- Loading branch information