tdb: use fdatasync() instead of fsync() in transactions
authorAndrew Tridgell <tridge@samba.org>
Thu, 22 Apr 2010 04:23:42 +0000 (13:53 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Thu, 22 Apr 2010 04:23:42 +0000 (13:53 +0930)
commite9ee4aaeb471a7f5ba4c97d3f76f406c1fe9b92f
treea92743774988e8a7533e8362f35566f7ff61ec4f
parent8b0a8a96edf8611257e58ea81ed872dc03ca5da6
tdb: use fdatasync() instead of fsync() in transactions

This might help on some filesystems

(Imported from commit 1373e748aa53fbd3afe4d2377208257d42628d86)
lib/tdb/common/transaction.c