From: Steven Whitehouse Date: Mon, 17 Sep 2007 09:59:52 +0000 (+0100) Subject: [GFS2] Clean up journaled data writing X-Git-Tag: v2.6.24-rc1~1405^2~6 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16615be18cadf53ee6f8a4f0bdd647f0753421b1;p=pandora-kernel.git [GFS2] Clean up journaled data writing This patch cleans up the code for writing journaled data into the log. It also removes the need to allocate a small "tag" structure for each block written into the log. Instead we just keep count of the outstanding I/O so that we can be sure that its all been written at the correct time. Another result of this patch is that a number of ll_rw_block() calls have become submit_bh() calls, closing some races at the same time. Signed-off-by: Steven Whitehouse --- Reading git-diff-tree failed