From: Steven Whitehouse Date: Thu, 7 Dec 2006 14:13:14 +0000 (-0500) Subject: [GFS2] Change gfs2_fsync() to use write_inode_now() X-Git-Tag: v2.6.20-rc1~145^2^2~5^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34126f9f41901ca9d7d0031c2b11fc0d6c07b72d;p=pandora-kernel.git [GFS2] Change gfs2_fsync() to use write_inode_now() This is a bit better than the previous version of gfs2_fsync() although it would be better still if we were able to call a function which only wrote the inode & metadata. Its no big deal though that this will potentially write the data as well since the VFS has already done that before calling gfs2_fsync(). I've also added a comment to explain whats going on here. Signed-off-by: Steven Whitehouse Cc: Andrew Morton --- Reading git-diff-tree failed