From f9496083cda8b890a36f2d80c24883fe88a4ad37 Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Tue, 21 Mar 2006 13:50:04 +0000 Subject: [PATCH] comment out posix_fadvise call --- lib/base/filepush.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/base/filepush.cpp b/lib/base/filepush.cpp index 4bc52050..8aed99fa 100644 --- a/lib/base/filepush.cpp +++ b/lib/base/filepush.cpp @@ -60,7 +60,7 @@ void eFilePushThread::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; -- 2.30.2