commit | 4704aa30fc35010dd9c3ce1d9d2e77af09c2c081 | [log] [tgz] |
---|---|---|
author | Jie Liu <jeff.liu@oracle.com> | Wed Sep 11 14:19:53 2013 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Sep 11 15:56:44 2013 -0700 |
tree | 9a506a85ce98233f7b5092fb6f57793d2922046a | |
parent | 2b0f6eae2dd2f7f21dbf93241938a687f6757dea [diff] |
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 <jeff.liu@oracle.com> Reviewed-by: Younger Liu <younger.liu@huawei.com> Cc: Joel Becker <jlbec@evilplan.org> Cc: Mark Fasheh <mfasheh@suse.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>