From: Steven Whitehouse Date: Fri, 28 Sep 2007 12:49:05 +0000 (+0100) Subject: [GFS2] Split gfs2_writepage into three cases X-Git-Tag: v2.6.25-rc1~1241^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ff8ec32e58875022447af619bec6e5aee7c77e4;p=pandora-kernel.git [GFS2] Split gfs2_writepage into three cases This patch splits gfs2_writepage into separate functions for each of the three cases: writeback, ordered and journalled. As a result it becomes a lot easier to see what each one is doing. The common code is moved into gfs2_writepage_common. This fixes a performance bug where we were doing more work than strictly required in the ordered write case. Signed-off-by: Steven Whitehouse --- Reading git-diff-tree failed