commit | b373e98daa70d7ddb10f53f81e711c4d17651795 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@infradead.org> | Wed Jul 04 11:13:29 2012 -0400 |
committer | Ben Myers <bpm@sgi.com> | Sun Jul 29 16:13:09 2012 -0500 |
tree | 88efafe921aadda455f842347bf06ff108f0a08e | |
parent | be60fe54b216a62403b816d3930a66ad7c51cbc6 [diff] |
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 <hch@lst.de> Reviewed-by: Rich Johnston <rjohnston@sgi.com> Signed-off-by: Ben Myers <bpm@sgi.com>