comment out posix_fadvise call
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>
Tue, 21 Mar 2006 13:50:04 +0000 (13:50 +0000)
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>
Tue, 21 Mar 2006 13:50:04 +0000 (13:50 +0000)
lib/base/filepush.cpp

index 4bc5205..8aed99f 100644 (file)
@@ -60,7 +60,7 @@ void eFilePushThread::thread()
                                // ... we would stop the thread
                        }
 
                                // ... we would stop the thread
                        }
 
-                       posix_fadvise(m_fd_dest, dest_pos, w, POSIX_FADV_DONTNEED);
+//                     posix_fadvise(m_fd_dest, dest_pos, w, POSIX_FADV_DONTNEED);
 
                        dest_pos += w;
                        written_since_last_sync += w;
 
                        dest_pos += w;
                        written_since_last_sync += w;