]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
btrfs: remove call to transaction commit trace in btrfs_cleanup_transaction()
authorFilipe Manana <fdmanana@suse.com>
Fri, 17 Apr 2026 16:38:45 +0000 (17:38 +0100)
committerDavid Sterba <dsterba@suse.com>
Mon, 8 Jun 2026 13:53:33 +0000 (15:53 +0200)
commitd5ccc38b755fe65ee1214c0b8a46c77af982f187
tree51edd091455945d3c1e4fda379d58ee12fc02486
parentfc5ed6652ded75c4d8f1d1feb038b1314039b9af
btrfs: remove call to transaction commit trace in btrfs_cleanup_transaction()

We are not committing a transaction there, plus in subsequent patches we
want to change the argument for the trace event to be a transaction handle
instead of fs_info and in this context we don't have a transaction handle
(struct btrfs_trans_handle, only a struct btrfs_transaction). So remove the
call to the trace point.

Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Signed-off-by: Filipe Manana <fdmanana@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/disk-io.c