diff options
author | David Sterba <dsterba@suse.com> | 2018-02-19 19:24:15 +0300 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2018-03-26 16:09:39 +0300 |
commit | ffc5a3794f9779c1a09e18e6d75bb6cc22b37523 (patch) | |
tree | 05b910833b1a690a4c29c8b9c6ba9479898d8377 /fs/btrfs/ctree.h | |
parent | ccb0e7d1c1bc222966085550e27957c17138b629 (diff) | |
download | linux-ffc5a3794f9779c1a09e18e6d75bb6cc22b37523.tar.xz |
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: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/ctree.h')
0 files changed, 0 insertions, 0 deletions