From: Dave Chinner Date: Tue, 23 Mar 2010 00:29:44 +0000 (+1100) Subject: xfs: factor xlog_write X-Git-Tag: v2.6.35-rc1~468^2^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5203cd0a43c17dfb9d498bc9e3146624e8c9622;p=pandora-kernel.git xfs: factor xlog_write xlog_write is a mess that takes a lot of effort to understand. It is a mass of nested loops with 4 space indents to get it to fit in 80 columns and lots of funky variables that aren't obvious what they mean or do. Break it down into understandable chunks. Signed-off-by: Christoph Hellwig Signed-off-by: Dave Chinner Reviewed-by: Dave Chinner --- Reading git-diff-tree failed