From: Christoph Hellwig Date: Fri, 13 Dec 2013 00:34:04 +0000 (+1100) Subject: xfs: format logged extents directly into the CIL X-Git-Tag: v3.14-rc1~123^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da7765031de15273d370d18a5354e1d8001ce2a9;p=pandora-kernel.git xfs: format logged extents directly into the CIL With the new iop_format scheme there is no need to have a temporary buffer to format logged extents into, we can do so directly into the CIL. This also allows to remove the shortcut for big endian systems that probably hasn't gotten a lot of test coverage for a long time. Signed-off-by: Christoph Hellwig Reviewed-by: Dave Chinner Signed-off-by: Dave Chinner --- Reading git-diff-tree failed