mirror of https://github.com/torvalds/linux.git
btrfs: tracepoints: remove no longer used tracepoints for eb locking
There are several tracepoints for extent buffer locks that are not used
anymore:
* btrfs_tree_read_unlock_blocking
* btrfs_set_lock_blocking_read
* btrfs_set_lock_blocking_write
* btrfs_tree_read_lock_atomic
These stopped being used after we switched extent buffer locks from a
custom implementation to rw semaphores in commit 196d59ab9c
("btrfs: switch extent buffer tree lock to rw_semaphore").
Signed-off-by: Filipe Manana <fdmanana@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
81eb6ce8b5
commit
cff6df108b
|
|
@ -2336,11 +2336,7 @@ DEFINE_EVENT(btrfs_locking_events, name, \
|
||||||
|
|
||||||
DEFINE_BTRFS_LOCK_EVENT(btrfs_tree_unlock);
|
DEFINE_BTRFS_LOCK_EVENT(btrfs_tree_unlock);
|
||||||
DEFINE_BTRFS_LOCK_EVENT(btrfs_tree_read_unlock);
|
DEFINE_BTRFS_LOCK_EVENT(btrfs_tree_read_unlock);
|
||||||
DEFINE_BTRFS_LOCK_EVENT(btrfs_tree_read_unlock_blocking);
|
|
||||||
DEFINE_BTRFS_LOCK_EVENT(btrfs_set_lock_blocking_read);
|
|
||||||
DEFINE_BTRFS_LOCK_EVENT(btrfs_set_lock_blocking_write);
|
|
||||||
DEFINE_BTRFS_LOCK_EVENT(btrfs_try_tree_read_lock);
|
DEFINE_BTRFS_LOCK_EVENT(btrfs_try_tree_read_lock);
|
||||||
DEFINE_BTRFS_LOCK_EVENT(btrfs_tree_read_lock_atomic);
|
|
||||||
|
|
||||||
DECLARE_EVENT_CLASS(btrfs__space_info_update,
|
DECLARE_EVENT_CLASS(btrfs__space_info_update,
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue