From 88877d2b9727a14431bfe48216ff86331ab47ea5 Mon Sep 17 00:00:00 2001 From: Brian Foster Date: Fri, 20 Sep 2013 11:06:11 -0400 Subject: [PATCH] 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-format-patch failed