From: Steven Whitehouse Date: Wed, 30 Mar 2011 15:13:25 +0000 (+0100) Subject: GFS2: Make ->write_inode() really write X-Git-Tag: v3.0-rc1~384^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1027efaa238e1b65c07b6c2d9e270e548c2bdb07;p=pandora-kernel.git GFS2: Make ->write_inode() really write The GFS2 ->write_inode function should be more aggressive at writing back to the filesystem. This adopts the XFS system of returning -EAGAIN when the writeback has not been completely done. Also, we now kick off in-place writeback when called with WB_SYNC_NONE, but we only wait for it and flush the log when WB_SYNC_ALL is requested. Signed-off-by: Steven Whitehouse --- Reading git-diff-tree failed