From: Christoph Hellwig Date: Tue, 23 Nov 2010 13:37:43 +0000 (+0100) Subject: hfsplus: always use hfsplus_sync_fs to write the volume header X-Git-Tag: v2.6.38-rc1~453^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b5ce8ae31e3c66655207907527476bbd3e5063b;p=pandora-kernel.git hfsplus: always use hfsplus_sync_fs to write the volume header Remove opencoded writing of the volume header in hfsplus_fill_super and hfsplus_put_super and offload it to hfsplus_sync_fs. In the put_super case this means we only write the superblock once instead of twice. Signed-off-by: Christoph Hellwig --- Reading git-diff-tree failed