commit | 688f05a01983711a4e715b1d6e15a89a89c96a66 | [log] [tgz] |
---|---|---|
author | Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> | Mon Oct 13 12:14:14 2008 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon Oct 13 12:14:14 2008 -0400 |
tree | a0b46e7bbbdffd89ca27da331eb2b62d0106f300 | |
parent | 473dc8eddb049055ef823e000ad968ebd56cdaca [diff] |
ext4: Free ext4_prealloc_space using kmem_cache_free We should use kmem_cache_free to free memory allocated via kmem_cache_alloc Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>