commit | 36b21dde6e899d2f25077b7c239d2d6bcff17d73 | [log] [tgz] |
---|---|---|
author | Brian Foster <bfoster@redhat.com> | Fri Sep 20 11:06:09 2013 -0400 |
committer | Ben Myers <bpm@sgi.com> | Tue Oct 08 14:53:02 2013 -0500 |
tree | 34470b5c788b4db47002d891aa7f8d065aabd3df | |
parent | 2900a579abcea13e4e77c40f89eb16eeecb5508e [diff] |
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 <bfoster@redhat.com> Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Ben Myers <bpm@sgi.com>