mirror of
https://github.com/torvalds/linux.git
synced 2026-07-28 18:21:24 +02:00
btrfs: remove call to transaction commit trace in warn_about_uncommitted_trans()
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>
This commit is contained in:
parent
645927cefd
commit
fc5ed6652d
|
|
@ -4285,7 +4285,6 @@ static void warn_about_uncommitted_trans(struct btrfs_fs_info *fs_info)
|
|||
list_del_init(&trans->list);
|
||||
|
||||
btrfs_put_transaction(trans);
|
||||
trace_btrfs_transaction_commit(fs_info);
|
||||
}
|
||||
ASSERT(!found);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user