From: Christoph Hellwig Date: Tue, 23 Nov 2010 13:38:21 +0000 (+0100) Subject: hfsplus: flush disk caches in sync and fsync X-Git-Tag: v2.6.38-rc1~453^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34a2d313c51f47cae50ccb89f4196462665f2c48;p=pandora-kernel.git 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 --- Reading git-diff-tree failed