xfs: fix double free in xlog_recover_commit_trans
authorDave Chinner <dchinner@redhat.com>
Sun, 28 Sep 2014 23:45:32 +0000 (09:45 +1000)
committerDave Chinner <david@fromorbit.com>
Sun, 28 Sep 2014 23:45:32 +0000 (09:45 +1000)
commit88b863db97a18a04c90ebd57d84e1b7863114dcb
tree785d344f08359851fe68ce952b939f7415ba92f6
parente9131e50f9d0a632e3011d73f283ba69be0cc682
xfs: fix double free in xlog_recover_commit_trans

When an error occurs during buffer submission in
xlog_recover_commit_trans(), we free the trans structure twice. Fix
it by only freeing the structure in the caller regardless of the
success or failure of the function.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Dave Chinner <david@fromorbit.com>
fs/xfs/xfs_log_recover.c
This page took 0.133682 seconds and 5 git commands to generate.