commit | f7be2d7f594cbc7a00902b5427332a1ad519a528 | [log] [tgz] |
---|---|---|
author | Brian Foster <bfoster@redhat.com> | Fri Sep 20 11:06:10 2013 -0400 |
committer | Ben Myers <bpm@sgi.com> | Tue Oct 08 15:32:11 2013 -0500 |
tree | 564355cd78bbe0a967437698b733c6f8fc868c31 | |
parent | 36b21dde6e899d2f25077b7c239d2d6bcff17d73 [diff] |
xfs: push down inactive transaction mgmt for truncate Create the new xfs_inactive_truncate() function to handle the truncate portion of xfs_inactive(). Push the locking and transaction management into the new function. Signed-off-by: Brian Foster <bfoster@redhat.com> Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Ben Myers <bpm@sgi.com>