From 4871f1188e384b548814d9a898a9429668bc49c7 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sat, 19 Feb 2005 13:51:44 +0100 Subject: Replaced the call to system("sync") in SpinUpDisk() with fdatasync(f) to avoid problems on NPTL systems --- CONTRIBUTORS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CONTRIBUTORS') diff --git a/CONTRIBUTORS b/CONTRIBUTORS index cc12503f..56049c1b 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1275,3 +1275,7 @@ Wolfgang Rohdewald Chad Flynt for suggestions and experiments regarding the buffer reserve in cTransfer + +Chris Warren + for pointing out that the call to system("sync") in SpinUpDisk() should be + replaced with fsync(f) to avoid problems on NPTL systems -- cgit v1.2.3