btrfs: add __cold attribute to extent_io_tree_panic()
authorDavid Sterba <dsterba@suse.com>
Wed, 12 Feb 2025 20:21:50 +0000 (21:21 +0100)
committerDavid Sterba <dsterba@suse.com>
Tue, 18 Mar 2025 19:35:42 +0000 (20:35 +0100)
commit0128c9a7cd82d6037ced5e56e3bb462e93e4e1eb
tree79526b53893ace69bab48c3b7482b49ac288c1e7
parent26b38e28162ef4ceb1e0482299820fbbd7dbcd92
btrfs: add __cold attribute to extent_io_tree_panic()

This is a wrapper that leads to a panic, so add the annotation like the
other similar functions have.

Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/extent-io-tree.c