Synchonize the journal directory after every unlink()
commit6d2d3b28f64edfe05107ddd5947512661c0f8f00
authorAlberto Bertogli <albertito@blitiri.com.ar>
Fri, 17 Apr 2009 21:21:06 +0000 (17 18:21 -0300)
committerAlberto Bertogli <albertito@blitiri.com.ar>
Sat, 18 Apr 2009 00:35:00 +0000 (17 21:35 -0300)
tree7e6b175aa43f5de5b7c59e9f1e836e76df926bd0
parent242628dccd4912a3eb7d02ef11915228baccdaa2
Synchonize the journal directory after every unlink()

This reduces performance in a significant way, but it's safe. Otherwise,
the unlink() could have returned success but don't really make it to the
disk.

Signed-off-by: Alberto Bertogli <albertito@blitiri.com.ar>
libjio/journal.c