From: Aneesh Kumar K.V Date: Mon, 25 Feb 2008 21:54:37 +0000 (-0500) Subject: ext4: Fix memory and buffer head leak in callers to ext4_ext_find_extent() X-Git-Tag: v2.6.25-rc4~155^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b35905c16ad6428551eb9e49525011bd2700cf56;p=pandora-kernel.git ext4: Fix memory and buffer head leak in callers to ext4_ext_find_extent() The path variable returned via ext4_ext_find_extent is a kmalloc variable and needs to be freeded. It also contains a reference to buffer_head which needs to be dropped. Signed-off-by: Aneesh Kumar K.V Signed-off-by: Mingming Cao Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed