Revision 3e6899d116ad35d731cdd8aa8153483e76cba24e authored by Aaron Gao on 13 January 2017, 20:01:08 UTC, committed by Facebook Github Bot on 13 January 2017, 20:09:15 UTC
Summary:
also change variable name `direct_io_` to `use_direct_io_` in WritableFile to make it consistent with read path.
Closes https://github.com/facebook/rocksdb/pull/1770

Differential Revision: D4416435

Pulled By: lightmark

fbshipit-source-id: 4143c53
1 parent d4e07a8
Raw File
.clang-format
# Complete list of style options can be found at: 
# http://clang.llvm.org/docs/ClangFormatStyleOptions.html
---
BasedOnStyle: Google
...
back to top