From: Dave Chinner Date: Mon, 22 Mar 2010 23:10:00 +0000 (+1100) Subject: xfs: factor log item initialisation X-Git-Tag: v2.6.35-rc1~468^2^2~51 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43f5efc5b59db1b66e39fe9fdfc4ba6a27152afa;p=pandora-kernel.git xfs: factor log item initialisation Each log item type does manual initialisation of the log item. Delayed logging introduces new fields that need initialisation, so factor all the open coded initialisation into a common function first. Signed-off-by: Dave Chinner Reviewed-by: Christoph Hellwig --- Reading git-diff-tree failed