From: Christoph Hellwig Date: Tue, 23 Nov 2010 13:38:06 +0000 (+0100) Subject: hfsplus: simplify fsync X-Git-Tag: v2.6.38-rc1~453^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=281469766bdde2d14bc73e1fec347e6dd7f63319;p=pandora-kernel.git hfsplus: simplify fsync Remove lots of code we don't need from fsync, we just need to call ->write_inode on the inode if it's dirty, for which sync_inode_metadata is a lot more efficient than write_inode_now, and we need to write out the various metadata inodes, which we now do explicitly instead of by calling ->sync_fs. Signed-off-by: Christoph Hellwig --- Reading git-diff-tree failed