From: Dave Chinner Date: Sun, 28 Sep 2014 23:45:18 +0000 (+1000) Subject: xfs: recovery of XLOG_UNMOUNT_TRANS leaks memory X-Git-Tag: fixes-against-v3.18-rc2~104^2~3^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9131e50f9d0a632e3011d73f283ba69be0cc682;p=pandora-kernel.git xfs: recovery of XLOG_UNMOUNT_TRANS leaks memory The XLOG_UNMOUNT_TRANS case skips the transaction, despite the fact an unmount record is always in a standalone transaction. Hence whenever we come across one of these we need to free the transaction structure associated with it as there is no commit record that follows it. Signed-off-by: Dave Chinner Reviewed-by: Christoph Hellwig Signed-off-by: Dave Chinner --- Reading git-diff-tree failed