tdb: use fdatasync() instead of fsync() in transactions
authorAndrew Tridgell <tridge@samba.org>
Sat, 13 Feb 2010 01:57:37 +0000 (12:57 +1100)
committerAndrew Tridgell <tridge@samba.org>
Sat, 13 Feb 2010 11:36:11 +0000 (22:36 +1100)
commit1373e748aa53fbd3afe4d2377208257d42628d86
tree593710aba2dfba58c5e275adc2e6d59cb05fe77c
parentf435538576878cca81af42e34979a6e4125fe136
tdb: use fdatasync() instead of fsync() in transactions

This might help on some filesystems
lib/tdb/common/transaction.c