]> git.michaelhowe.org Git - packages/o/openafs.git/commit
Add support for blocking readahead
authorSimon Wilkinson <sxw@inf.ed.ac.uk>
Tue, 14 Jul 2009 22:55:18 +0000 (23:55 +0100)
committerDerrick Brashear <shadow|account-1000005@unknown>
Tue, 29 Sep 2009 19:12:26 +0000 (12:12 -0700)
commitf75d84c404761a03ebf24406db12bfaff4bc3e74
treed4a6ca6c9169dd305943c48cc56e014ad6c4bef7
parentf5c55d23a2a745e848c6e013c8b42cf3292c4691
Add support for blocking readahead

This patchset adds support for the readpages() system call, and enables
readahead on Linux. At the moment each page read causes readpages to
block, so the client won't see much benefit from readahead, beyond the
reduction in call overhead.

Reviewed-on: http://gerrit.openafs.org/536
Reviewed-by: Matt Benjamin <matt@linuxbox.com>
Tested-by: Derrick Brashear <shadow@dementia.org>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/afs/LINUX/osi_vfsops.c
src/afs/LINUX/osi_vnodeops.c