xfs: push down inactive transaction mgmt for truncate
authorBrian Foster <bfoster@redhat.com>
Fri, 20 Sep 2013 15:06:10 +0000 (11:06 -0400)
committerBen Myers <bpm@sgi.com>
Tue, 8 Oct 2013 20:32:11 +0000 (15:32 -0500)
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>

No differences found