]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
ext4: Free ext4_prealloc_space using kmem_cache_free
authorAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Mon, 13 Oct 2008 16:14:14 +0000 (12:14 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 13 Oct 2008 16:14:14 +0000 (12:14 -0400)
commit688f05a01983711a4e715b1d6e15a89a89c96a66
treea0b46e7bbbdffd89ca27da331eb2b62d0106f300
parent473dc8eddb049055ef823e000ad968ebd56cdaca
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>
fs/ext4/mballoc.c