[JFFS2] Fix more breakage caused by janitorial meddling.
authorDavid Woodhouse <dwmw2@infradead.org>
Fri, 9 Jun 2006 14:06:42 +0000 (15:06 +0100)
committerDavid Woodhouse <dwmw2@infradead.org>
Fri, 9 Jun 2006 14:06:42 +0000 (15:06 +0100)
commit4ed0156f774cf50252e7f51032d1cc857fe86879
tree5b8e8b038309ce99d3a88e600f46b66ca7392b94
parent3bcc86f507f5a0b6f5bfa312f37ec33711558acb
[JFFS2] Fix more breakage caused by janitorial meddling.

jffs2_zlib_exit() and free_workspaces() shouldn't be marked __exit because
they get called in the error case from the init functions.

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
fs/jffs2/compr_zlib.c