diff options
author | Christoph Hellwig <[email protected]> | 2016-10-20 15:54:31 +1100 |
---|---|---|
committer | Dave Chinner <[email protected]> | 2016-10-20 15:54:31 +1100 |
commit | 3e0ee78f7a5a8ed43b129e9e4c5c0ff10c71df74 (patch) | |
tree | d4ce021a6f8d74d89d5567a6cb150aeb3180cb0a /tools/perf/scripts/python/failed-syscalls-by-pid.py | |
parent | fa5c836ca8eb5bad6316ddfc066acbc4e2485356 (diff) |
xfs: optimize xfs_reflink_cancel_cow_blocks
Rewrite xfs_reflink_cancel_cow_blocks so that we only do a search for
the first extent in the extent list and then iterate over the remaining
extents using the extent index, passing the extent we operate on
directly to xfs_bmap_del_extent_delay or xfs_bmap_del_extent_cow instead
of going through xfs_bunmapi and doing yet another extent list lookup.
Signed-off-by: Christoph Hellwig <[email protected]>
Reviewed-by: Darrick J. Wong <[email protected]>
Reviewed-by: Brian Foster <[email protected]>
Signed-off-by: Dave Chinner <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/failed-syscalls-by-pid.py')
0 files changed, 0 insertions, 0 deletions