|
@@ -2568,7 +2568,7 @@ static void ext4_mb_cleanup_pa(struct ext4_group_info *grp)
|
|
pa = list_entry(cur, struct ext4_prealloc_space, pa_group_list);
|
|
pa = list_entry(cur, struct ext4_prealloc_space, pa_group_list);
|
|
list_del(&pa->pa_group_list);
|
|
list_del(&pa->pa_group_list);
|
|
count++;
|
|
count++;
|
|
- kfree(pa);
|
|
|
|
|
|
+ kmem_cache_free(ext4_pspace_cachep, pa);
|
|
}
|
|
}
|
|
if (count)
|
|
if (count)
|
|
mb_debug("mballoc: %u PAs left\n", count);
|
|
mb_debug("mballoc: %u PAs left\n", count);
|