From: Steven Whitehouse Date: Thu, 14 Apr 2011 08:54:02 +0000 (+0100) Subject: GFS2: Clean up fsync() X-Git-Tag: v3.0-rc1~384^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dba898b02defa66e5fe493d58ec0293a940f9c93;p=pandora-kernel.git GFS2: Clean up fsync() This patch is designed to clean up GFS2's fsync implementation and ensure that it really does get everything on disk. Since ->write_inode() has been updated, we can call that via the vfs library function sync_inode_metadata() and the only remaining thing that has to be done is to ensure that we get any revoke records in the log after the inode has been written back. Signed-off-by: Steven Whitehouse --- Reading git-diff-tree failed