commit | e9131e50f9d0a632e3011d73f283ba69be0cc682 | [log] [tgz] |
---|---|---|
author | Dave Chinner <dchinner@redhat.com> | Mon Sep 29 09:45:18 2014 +1000 |
committer | Dave Chinner <david@fromorbit.com> | Mon Sep 29 09:45:18 2014 +1000 |
tree | 47bb11a21e189c9312464a03773e42cf96a917f9 | |
parent | eeb1168810d8a140f6834f8c4975f7bb3277d790 [diff] |
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 <dchinner@redhat.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Dave Chinner <david@fromorbit.com>