Skip to content
Snippets Groups Projects
Commit 3bcc86f5 authored by David Woodhouse's avatar David Woodhouse
Browse files

[JFFS2] Remove stray __exit from jffs2_compressors_exit()


It's used from the initfunc in case of failure too. We could actually do
with an '__initexit' for this kind of thing -- when built in to the
kernel, it could do with being dropped with the init text. We _could_
actually just use __init for it, but that would break if/when we start
dropping init text from modules. So let's just leave it as it was for now,
and mutter a little more about random 'janitorial' fixes from people who
aren't paying attention to what they're doing.

Signed-off-by: default avatarDavid Woodhouse <dwmw2@infradead.org>
parent e9482b43
No related branches found
No related tags found
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