diff options
author | Ben Johnson <benbjohnson@yahoo.com> | 2015-11-06 13:20:48 -0700 |
---|---|---|
committer | Ben Johnson <benbjohnson@yahoo.com> | 2015-11-06 13:20:48 -0700 |
commit | 81db89446cb805bc352f803151f47fea849241e2 (patch) | |
tree | aede0bbe67e2faf8c52786b2c62c8cba17764343 /bolt_linux.go | |
parent | Merge pull request #451 from Charlesworth/master (diff) | |
parent | update WriteTo() docs (diff) | |
download | dedo-81db89446cb805bc352f803151f47fea849241e2.tar.gz dedo-81db89446cb805bc352f803151f47fea849241e2.tar.xz |
Merge branch 'xiang90-tx_write'
Diffstat (limited to 'bolt_linux.go')
-rw-r--r-- | bolt_linux.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bolt_linux.go b/bolt_linux.go index e9d1c90..2b67666 100644 --- a/bolt_linux.go +++ b/bolt_linux.go @@ -4,8 +4,6 @@ import ( "syscall" ) -var odirect = syscall.O_DIRECT - // fdatasync flushes written data to a file descriptor. func fdatasync(db *DB) error { return syscall.Fdatasync(int(db.file.Fd())) |