From: Dave Chinner Date: Mon, 23 Apr 2012 05:58:41 +0000 (+1000) Subject: xfs: pass shutdown method into xfs_trans_ail_delete_bulk X-Git-Tag: v3.5-rc1~91^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04913fdd91f342e537005ef1233f98068b925a7f;p=pandora-kernel.git xfs: pass shutdown method into xfs_trans_ail_delete_bulk xfs_trans_ail_delete_bulk() can be called from different contexts so if the item is not in the AIL we need different shutdown for each context. Pass in the shutdown method needed so the correct action can be taken. Signed-off-by: Dave Chinner Reviewed-by: Christoph Hellwig Reviewed-by: Mark Tinguely Signed-off-by: Ben Myers --- Reading git-diff-tree failed