summaryrefslogtreecommitdiff
path: root/CONTRIBUTORS
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-02-19 13:51:44 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2005-02-19 13:51:44 +0100
commit4871f1188e384b548814d9a898a9429668bc49c7 (patch)
treebc0e22d8a202d587b459b45a058fa59708fe90a7 /CONTRIBUTORS
parent605cd542806849373114419b1c65f8c5d8895c31 (diff)
downloadvdr-4871f1188e384b548814d9a898a9429668bc49c7.tar.gz
vdr-4871f1188e384b548814d9a898a9429668bc49c7.tar.bz2
Replaced the call to system("sync") in SpinUpDisk() with fdatasync(f) to avoid problems on NPTL systems
Diffstat (limited to 'CONTRIBUTORS')
-rw-r--r--CONTRIBUTORS4
1 files changed, 4 insertions, 0 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
index cc12503f..56049c1b 100644
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -1275,3 +1275,7 @@ Wolfgang Rohdewald <wolfgang@rohdewald.de>
Chad Flynt <hoochster@sofnet.com>
for suggestions and experiments regarding the buffer reserve in cTransfer
+
+Chris Warren <dvb@ixalon.net>
+ for pointing out that the call to system("sync") in SpinUpDisk() should be
+ replaced with fsync(f) to avoid problems on NPTL systems