Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27917
b: refs/heads/master
c: 4ed0156
h: refs/heads/master
i:
  27915: cf1518c
v: v3
  • Loading branch information
David Woodhouse committed Jun 9, 2006
1 parent 3e7e5d4 commit 256d82c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3bcc86f507f5a0b6f5bfa312f37ec33711558acb
refs/heads/master: 4ed0156f774cf50252e7f51032d1cc857fe86879
4 changes: 2 additions & 2 deletions trunk/fs/jffs2/compr_zlib.c
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ static int __init alloc_workspaces(void)
return 0;
}

static void __exit free_workspaces(void)
static void free_workspaces(void)
{
vfree(def_strm.workspace);
vfree(inf_strm.workspace);
Expand Down Expand Up @@ -216,7 +216,7 @@ int __init jffs2_zlib_init(void)
return ret;
}

void __exit jffs2_zlib_exit(void)
void jffs2_zlib_exit(void)
{
jffs2_unregister_compressor(&jffs2_zlib_comp);
free_workspaces();
Expand Down

0 comments on commit 256d82c

Please sign in to comment.