Skip to content
Commit ffc5a379 authored by David Sterba's avatar David Sterba
Browse files

btrfs: add (the only possible) __exit annotation



Recently, the __init annotations have been added. There's unfortunatelly
only one case where we can add __exit, because most of the cleanup
helpers are also called from the __init phase.

As the __exit annotated functions get discarded completely for a
built-in code, we'd miss them from the init phase.

Signed-off-by: default avatarDavid Sterba <dsterba@suse.com>
parent ccb0e7d1
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment