From: Brian Foster Date: Fri, 20 Sep 2013 15:06:11 +0000 (-0400) Subject: xfs: push down inactive transaction mgmt for ifree X-Git-Tag: v3.13-rc1~87^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88877d2b9727a14431bfe48216ff86331ab47ea5;p=pandora-kernel.git xfs: push down inactive transaction mgmt for ifree Push the inode free work performed during xfs_inactive() down into a new xfs_inactive_ifree() helper. This clears xfs_inactive() from all inode locking and transaction management more directly associated with freeing the inode xattrs, extents and the inode itself. Signed-off-by: Brian Foster Reviewed-by: Dave Chinner Signed-off-by: Ben Myers --- Reading git-diff-tree failed