From: Younger Liu Date: Wed, 11 Sep 2013 21:19:59 +0000 (-0700) Subject: ocfs2: free path in ocfs2_remove_inode_range() X-Git-Tag: v3.12-rc1~52^2~283 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7aebff18b91ebdefe15bb7d3f5d711df8312a7fb;p=pandora-kernel.git ocfs2: free path in ocfs2_remove_inode_range() In ocfs2_remove_inode_range(), there is a memory leak. The variable path has allocated memory with ocfs2_new_path_from_et(), but it is not free. Signed-off-by: Younger Liu Reviewed-by: Jie Liu Cc: Mark Fasheh Cc: Joel Becker Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed