posix_fadvice advice parameter change
authorSami Kerola <kerolasa@iki.fi>
Sat, 22 Jan 2011 21:05:53 +0000 (22:05 +0100)
committerSami Kerola <kerolasa@iki.fi>
Sat, 22 Jan 2011 21:05:53 +0000 (22:05 +0100)
commit10488b0a040d2702273a7922c8b6bcebfb3cd85f
tree5be45d90b661f0df8e6e581f4375e15f1ca30ad7
parentf32e023ecf6af961f5b39f03285349336e59f214
posix_fadvice advice parameter change

With a bit of manual rereading and thinking I came to conclusion
that users will most likely fetch same data over and over again.
Advicing to kernel to keep pages into cache seems to be correct
thing to do.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
src/getdata.c