commit | a606ebdb859e78beb757dfefa08001df366e2ef5 | [log] [tgz] |
---|---|---|
author | Brian Foster <bfoster@redhat.com> | Mon Jan 08 10:41:37 2018 -0800 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Mon Jan 08 10:41:37 2018 -0800 |
tree | b2dab1bf3e6079e1898f51225a64db6446787cdd | |
parent | e8341d9f6348640dff01d8c4a33695dc82bab5a3 [diff] |
xfs: truncate transaction does not modify the inobt The truncate transaction does not ever modify the inode btree, but includes an associated log reservation. Update xfs_calc_itruncate_reservation() to remove the reservation associated with inobt updates. Signed-off-by: Brian Foster <bfoster@redhat.com> Reviewed-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>