aboutsummaryrefslogtreecommitdiff
path: root/lib/base/filepush.cpp
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-03-21 13:50:04 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-03-21 13:50:04 +0000
commitf9496083cda8b890a36f2d80c24883fe88a4ad37 (patch)
tree3758e584cf0bdc940a4e2ffe384a47d499f31238 /lib/base/filepush.cpp
parentbd8c0c0122a521030e867ec52aee69a48b8ab463 (diff)
downloadenigma2-f9496083cda8b890a36f2d80c24883fe88a4ad37.tar.gz
enigma2-f9496083cda8b890a36f2d80c24883fe88a4ad37.zip
comment out posix_fadvise call
Diffstat (limited to 'lib/base/filepush.cpp')
-rw-r--r--lib/base/filepush.cpp2
1 files changed, 1 insertions, 1 deletions
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;