Revert "fsync always now uses O_DIRECT on Linux"

This reverts commit 566c3c7a22.
This commit is contained in:
antirez
2010-04-21 10:31:16 +02:00
parent d6fb4d5396
commit 3bb225d66b
2 changed files with 1 additions and 15 deletions

View File

@ -35,9 +35,4 @@
#define HAVE_KQUEUE 1
#endif
/* test for O_DIRECT */
#ifdef __linux__
#define HAVE_O_DIRECT 1
#endif
#endif