xfs: clean up xfs_inactive
authorChristoph Hellwig <hch@infradead.org>
Wed, 4 Jul 2012 15:13:29 +0000 (11:13 -0400)
committerBen Myers <bpm@sgi.com>
Sun, 29 Jul 2012 21:13:09 +0000 (16:13 -0500)
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 <hch@lst.de>
Reviewed-by: Rich Johnston <rjohnston@sgi.com>
Signed-off-by: Ben Myers <bpm@sgi.com>

No differences found