From: tinguely@sgi.com Date: Fri, 27 Sep 2013 14:00:55 +0000 (-0500) Subject: xfs: fix memory leak in xlog_recover_add_to_trans X-Git-Tag: v3.12-rc4~12^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b3b77fe661875f19ed748b67fb1eeb57d602b7e;p=pandora-kernel.git xfs: fix memory leak in xlog_recover_add_to_trans Free the memory in error path of xlog_recover_add_to_trans(). Normally this memory is freed in recovery pass2, but is leaked in the error path. Signed-off-by: Mark Tinguely Reviewed-by: Eric Sandeen Signed-off-by: Ben Myers (cherry picked from commit 519ccb81ac1c8e3e4eed294acf93be00b43dcad6) --- Reading git-diff-tree failed