From: Brian Foster Date: Fri, 20 Sep 2013 15:06:09 +0000 (-0400) Subject: xfs: push down inactive transaction mgmt for remote symlinks X-Git-Tag: v3.13-rc1~87^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36b21dde6e899d2f25077b7c239d2d6bcff17d73;p=pandora-kernel.git xfs: push down inactive transaction mgmt for remote symlinks Push down the transaction management for remote symlinks from xfs_inactive() down to xfs_inactive_symlink_rmt(). The latter is cleaned up to avoid transaction management intended for the calling context (i.e., trans duplication, reservation, item attachment). Signed-off-by: Brian Foster Reviewed-by: Dave Chinner Signed-off-by: Ben Myers --- Reading git-diff-tree failed