aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/super.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/f2fs/super.c')
-rw-r--r--fs/f2fs/super.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/f2fs/super.c b/fs/f2fs/super.c
index e649f21121d2..0b8a2d8efa72 100644
--- a/fs/f2fs/super.c
+++ b/fs/f2fs/super.c
@@ -1323,6 +1323,7 @@ static void __exit exit_f2fs_fs(void)
1323 remove_proc_entry("fs/f2fs", NULL); 1323 remove_proc_entry("fs/f2fs", NULL);
1324 f2fs_destroy_root_stats(); 1324 f2fs_destroy_root_stats();
1325 unregister_filesystem(&f2fs_fs_type); 1325 unregister_filesystem(&f2fs_fs_type);
1326 destroy_extent_cache();
1326 destroy_checkpoint_caches(); 1327 destroy_checkpoint_caches();
1327 destroy_segment_manager_caches(); 1328 destroy_segment_manager_caches();
1328 destroy_node_manager_caches(); 1329 destroy_node_manager_caches();