From: Jan Kara Date: Fri, 23 Jun 2006 09:06:05 +0000 (-0700) Subject: [PATCH] JBD: split checkpoint lists X-Git-Tag: v2.6.18-rc1~1081^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78ce89c92bc6eaf5933b5664bff64253a7103bd7;p=pandora-kernel.git [PATCH] JBD: split checkpoint lists Split the checkpoint list of the transaction into two lists. In the first list we keep the buffers that need to be submitted for IO. In the second list are kept buffers that were already submitted and we just have to wait for the IO to complete. This should simplify a handling of checkpoint lists a bit and can eventually be also a performance gain. Signed-off-by: Jan Kara Cc: Mark Fasheh Cc: "Stephen C. Tweedie" Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed