module: Don't sync() junk to diskv2.1.1-beta5
commit72fc6036ff04f54e4f55ed6212d4359725bcd11e
authorRobin Sonefors <robin.sonefors@op5.com>
Thu, 27 Feb 2014 13:52:54 +0000 (27 14:52 +0100)
committerRobin Sonefors <robin.sonefors@op5.com>
Thu, 27 Feb 2014 13:56:44 +0000 (27 14:56 +0100)
tree6792b51ccb2ca244485b80dd0492fb69a98510c4
parent6e09d6997b105346324e7a83087e870e61c0ca99
module: Don't sync() junk to disk

We fsync the log files, we unlink the binlog, what else is there for us
to sync()? On the other hand, there can be many seconds of caches for
completely unrelated parts of the systems that we would insist on
flushing.

Change-Id: I0504f813607a0b33ac4829ab44cdddb8ee4e4054
Signed-off-by: Robin Sonefors <robin.sonefors@op5.com>
module.c