Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19708
b: refs/heads/master
c: 0c6c98f
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Bunk authored and Mark Fasheh committed Feb 3, 2006
1 parent 6972899 commit 675d6ec
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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: 8c5a950c9693aa24828d16dd7bc38bced3f37d48
refs/heads/master: 0c6c98fb187524935a93fdd4f9a7193e7b110782
2 changes: 1 addition & 1 deletion trunk/fs/ocfs2/extent_map.c
Original file line number Diff line number Diff line change
Expand Up @@ -988,7 +988,7 @@ int __init init_ocfs2_extent_maps(void)
return 0;
}

void __exit exit_ocfs2_extent_maps(void)
void exit_ocfs2_extent_maps(void)
{
kmem_cache_destroy(ocfs2_em_ent_cachep);
}
2 changes: 1 addition & 1 deletion trunk/fs/ocfs2/uptodate.c
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ int __init init_ocfs2_uptodate_cache(void)
return 0;
}

void __exit exit_ocfs2_uptodate_cache(void)
void exit_ocfs2_uptodate_cache(void)
{
if (ocfs2_uptodate_cachep)
kmem_cache_destroy(ocfs2_uptodate_cachep);
Expand Down
2 changes: 1 addition & 1 deletion trunk/fs/ocfs2/uptodate.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#define OCFS2_UPTODATE_H

int __init init_ocfs2_uptodate_cache(void);
void __exit exit_ocfs2_uptodate_cache(void);
void exit_ocfs2_uptodate_cache(void);

void ocfs2_metadata_cache_init(struct inode *inode);
void ocfs2_metadata_cache_purge(struct inode *inode);
Expand Down

0 comments on commit 675d6ec

Please sign in to comment.