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 4bc52050b4a647cd22f0228f6068e37c6caf672f..8aed99fa3b611eeb14d1d43f3372c85b9d430dc6 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;