diff options
Diffstat (limited to 'fs/ocfs2/extent_map.c')
-rw-r--r-- | fs/ocfs2/extent_map.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ocfs2/extent_map.c b/fs/ocfs2/extent_map.c index f2fb40cd296a..eb2bd8a4ca82 100644 --- a/fs/ocfs2/extent_map.c +++ b/fs/ocfs2/extent_map.c | |||
@@ -988,7 +988,7 @@ int __init init_ocfs2_extent_maps(void) | |||
988 | return 0; | 988 | return 0; |
989 | } | 989 | } |
990 | 990 | ||
991 | void __exit exit_ocfs2_extent_maps(void) | 991 | void exit_ocfs2_extent_maps(void) |
992 | { | 992 | { |
993 | kmem_cache_destroy(ocfs2_em_ent_cachep); | 993 | kmem_cache_destroy(ocfs2_em_ent_cachep); |
994 | } | 994 | } |