From: Dave Chinner Date: Mon, 14 Oct 2013 22:17:53 +0000 (+1100) Subject: xfs: remove unused transaction callback variables X-Git-Tag: v3.13-rc1~87^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d420e5c810bce5debce0238021b410d0ef99cf08;p=pandora-kernel.git xfs: remove unused transaction callback variables We don't do callbacks at transaction commit time, no do we have any infrastructure to set up or run such callbacks, so remove the variables and typedefs for these operations. If we ever need to add callbacks, we can reintroduce the variables at that time. Signed-off-by: Dave Chinner Reviewed-by: Ben Myers Signed-off-by: Ben Myers --- Reading git-diff-tree failed