commit | 34a2d313c51f47cae50ccb89f4196462665f2c48 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@tuxera.com> | Tue Nov 23 14:38:21 2010 +0100 |
committer | Christoph Hellwig <hch@lst.de> | Tue Nov 23 14:38:21 2010 +0100 |
tree | c641c7bd24b9e343139a3e1c4d81e51822114cd9 | |
parent | e34947056076ca5467ee8256d2d9cbc594a79b37 [diff] |
hfsplus: flush disk caches in sync and fsync Flush the disk cache in fsync and sync to make sure data actually is on disk on completion of these system calls. There is a nobarrier mount option to disable this behaviour. It's slightly misnamed now that barrier actually are gone, but it matches the name used by all major filesystems. Signed-off-by: Christoph Hellwig <hch@tuxera.com>