aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorEdmund Nadolski <[email protected]>2017-06-28 21:56:59 -0600
committerDavid Sterba <[email protected]>2017-08-16 14:19:53 +0200
commitf6954245d9e17902a66a1253d2a3afc05e335172 (patch)
tree9cf20420738725f77434f99fd59d91cd75c5ed57 /tools/perf/scripts/python
parentbb739cf08e8f32ea0b4a6d2ae22466488182c2fe (diff)
btrfs: remove ref_tree implementation from backref.c
Commit afce772e87c3 ("btrfs: fix check_shared for fiemap ioctl") added the ref_tree code in backref.c to reduce backref searching for shared extents under the FIEMAP ioctl. This code will not be compatible with the upcoming rbtree changes for improved backref searching, so this patch removes the ref_tree code. The rbtree changes will provide the equivalent functionality for FIEMAP. The above commit also introduced transaction semantics around calls to btrfs_check_shared() in order to accurately account for delayed refs. This functionality needs to be retained, so a complete revert of the above commit is not desirable. This patch therefore removes the ref_tree portion of the commit as above, however it does not remove the transaction portion. Signed-off-by: Edmund Nadolski <[email protected]> Signed-off-by: Jeff Mahoney <[email protected]> Reviewed-by: David Sterba <[email protected]> Signed-off-by: David Sterba <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions