From: Christoph Hellwig Date: Fri, 13 Dec 2013 00:00:43 +0000 (+1100) Subject: xfs: introduce xlog_copy_iovec X-Git-Tag: v3.14-rc1~123^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1234351cba958cd5d4338172ccfc869a687cd736;p=pandora-kernel.git xfs: introduce xlog_copy_iovec Add a helper to abstract out filling the log iovecs in the log item format handlers. This will allow us to change the way we do the log item formatting more easily. The copy in the name is a bit confusing for now as it just assigns a pointer and lets the CIL code perform the copy, but that will change soon. Signed-off-by: Christoph Hellwig Reviewed-by: Dave Chinner Signed-off-by: Dave Chinner --- Reading git-diff-tree failed