summaryrefslogtreecommitdiff
path: root/CONTRIBUTORS
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-01-05 11:32:32 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2006-01-05 11:32:32 +0100
commitbc269db4fc4319885f7629dc607d86c8b6b1d98d (patch)
tree2358862ea2b0a34fc63d43672454ff54ab05e988 /CONTRIBUTORS
parent645170db0ac1774882b18e7506108c2222d7fcbb (diff)
downloadvdr-bc269db4fc4319885f7629dc607d86c8b6b1d98d.tar.gz
vdr-bc269db4fc4319885f7629dc607d86c8b6b1d98d.tar.bz2
Disabled the use of fadvise in cUnbufferedFile because there have been several reports that it causes more problems than it solves
Diffstat (limited to 'CONTRIBUTORS')
-rw-r--r--CONTRIBUTORS4
1 files changed, 4 insertions, 0 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
index f35a50b5..789a39f5 100644
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -1610,3 +1610,7 @@ Thiemo Gehrke <tgehrke@reel-multimedia.com>
Gavin Hamill <gdh@acentral.co.uk>
for reporting a missing #include "thread.h" in dvbspu.c
+
+Petri Hintukainen <Petri.Hintukainen@hut.fi>
+ for suggesting to disable the use of "fadvise" in cUnbufferedFile because there
+ have been several reports that it causes more problems than it solves