xfs: free the list of recovery items on error
authorMark Tinguely <tinguely@sgi.com>
Wed, 2 Oct 2013 12:51:12 +0000 (07:51 -0500)
committerBen Myers <bpm@sgi.com>
Thu, 5 Dec 2013 22:50:47 +0000 (16:50 -0600)
commit2a84108fe275f95fbe838b1c92b7c45258dcae5c
tree9b58a472bbb962eb416f70cea096e0285eafa942
parentdff6efc326a4d5f305797d4a6bba14f374fdd633
xfs: free the list of recovery items on error

Recovery builds a list of items on the transaction's
r_itemq head. Normally these items are committed and freed.
But in the event of a recovery error, these allocations
are leaked.

If the error occurs during item reordering, then reconstruct
the r_itemq list before deleting the list to avoid leaking
the entries that were on one of the temporary lists.

Signed-off-by: Mark Tinguely <tinguely@sgi.com>
Reviewed-by: Ben Myers <bpm@sgi.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
fs/xfs/xfs_log_recover.c