From: Jie Liu Date: Wed, 11 Sep 2013 21:19:53 +0000 (-0700) Subject: ocfs2: fix a memory leak in __ocfs2_move_extents() X-Git-Tag: v3.12-rc1~52^2~288 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4704aa30fc35010dd9c3ce1d9d2e77af09c2c081;p=pandora-kernel.git ocfs2: fix a memory leak in __ocfs2_move_extents() The ocfs2 path is not properly freed which leads to a memory leak at __ocfs2_move_extents(). This patch stops the leaks of the ocfs2_path structure. Signed-off-by: Jie Liu Reviewed-by: Younger Liu Cc: Joel Becker Cc: Mark Fasheh Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed