Home
last modified time | relevance | path

Searched hist:"3 bcc86f5" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/jffs2/
H A Dcompr.c3bcc86f5 Fri Jun 02 18:25:50 CDT 2006 David Woodhouse <dwmw2@infradead.org> [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: David Woodhouse <dwmw2@infradead.org>
3bcc86f5 Fri Jun 02 18:25:50 CDT 2006 David Woodhouse <dwmw2@infradead.org> [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: David Woodhouse <dwmw2@infradead.org>