From: Dave Chinner Date: Mon, 20 Dec 2010 01:34:26 +0000 (+1100) Subject: xfs: use AIL bulk update function to implement single updates X-Git-Tag: v2.6.38-rc1~44^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e60599492990d1b52c70e9ed2f8e062fe11ca937;p=pandora-kernel.git xfs: use AIL bulk update function to implement single updates We now have two copies of AIL insert operations that are mostly duplicate functionality. The single log item updates can be implemented via the bulk updates by turning xfs_trans_ail_update() into a simple wrapper. This removes all the duplicate insert functionality and associated helpers. Signed-off-by: Dave Chinner Reviewed-by: Christoph Hellwig --- Reading git-diff-tree failed