From: Andreas Monzner Date: Tue, 21 Mar 2006 13:50:04 +0000 (+0000) Subject: comment out posix_fadvise call X-Git-Tag: 2.6.0~3792 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/f9496083cda8b890a36f2d80c24883fe88a4ad37?ds=sidebyside comment out posix_fadvise call --- 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;