From: Christoph Hellwig Date: Wed, 4 Jul 2012 15:13:29 +0000 (-0400) Subject: xfs: clean up xfs_inactive X-Git-Tag: v3.6-rc1~42^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b373e98daa70d7ddb10f53f81e711c4d17651795;p=pandora-kernel.git xfs: clean up xfs_inactive The code to reserve log space and join the inode to the transaction is common for all cases, so don't duplicate it. Also remove the trivial xfs_inactive_symlink_local helper which can simply be opencode now. Signed-off-by: Christoph Hellwig Reviewed-by: Rich Johnston Signed-off-by: Ben Myers --- Reading git-diff-tree failed