commit | 92ff7285f1df5590d53ab7031f0b86552b59121d | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Fri Jun 16 11:00:10 2017 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Mon Jun 19 14:11:35 2017 -0700 |
tree | 04b79c0aebd610d50efd687961c1b004bb65cd73 | |
parent | 378f681c4b588c0432236e5517bf47b7e54ff2dc [diff] |
xfs: reflink find shared should take a transaction Adapt _reflink_find_shared to take an optional transaction pointer. The inode scrubber code will need to decide (within transaction context) if a file has shared blocks. To avoid buffer deadlocks, we must pass the tp through to this function's utility calls. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Brian Foster <bfoster@redhat.com>