diff options
| author | Magnus Ahltorp <map@kth.se> | 2015-02-02 16:28:54 +0100 |
|---|---|---|
| committer | Magnus Ahltorp <map@kth.se> | 2015-02-02 16:28:54 +0100 |
| commit | dd70b3dade88fa6cef463d4c7f63cbac982a3abf (patch) | |
| tree | 2d6b154337076b82690db9cad6be7987a1f7208f /c_src/fsynchelper.c | |
| parent | 48a012e62e24db422c92378f8449d0aa859bc01c (diff) | |
Temporarily disable fsync
Diffstat (limited to 'c_src/fsynchelper.c')
| -rw-r--r-- | c_src/fsynchelper.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/c_src/fsynchelper.c b/c_src/fsynchelper.c index 6ffa80a..e629cf0 100644 --- a/c_src/fsynchelper.c +++ b/c_src/fsynchelper.c @@ -16,6 +16,7 @@ static int dosync(int fd) { + return 0; #ifdef F_FULLFSYNC int ret = fcntl(fd, F_FULLFSYNC); #else |
