commit | 9d9c90286a74decf11caa9dd625f862ae0257ce0 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Wed May 09 10:02:01 2018 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Tue May 15 17:57:05 2018 -0700 |
tree | 7ee3c2221cde32e2446e0a0614654b8d681d3fd8 | |
parent | 08a3a692ef586cc82648b88856a97e0d173319e2 [diff] |
xfs: refactor scrub transaction allocation function Since the transaction allocation helper is about to become more complex, move it to common.c and remove the redundant parameters. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Brian Foster <bfoster@redhat.com>