commit | 1a7ccad88d1bcebabc011b54a2f8615175e523fc | [log] [tgz] |
---|---|---|
author | Eric Sandeen <sandeen@redhat.com> | Fri Aug 28 14:51:10 2015 +1000 |
committer | Dave Chinner <david@fromorbit.com> | Fri Aug 28 14:51:10 2015 +1000 |
tree | c586b8b0d3d4ac614a7ead38c0ffd0eb205d4800 | |
parent | 8774cf8bacd4e79b7c65cdf1208da264a9d436d2 [diff] |
xfs: fix error gotos in xfs_setattr_nonsize As the code stands today, if xfs_trans_reserve() fails, we goto out_dqrele, which does not free the allocated transaction. Fix up the goto targets to undo everything properly. Addresses-Coverity-Id: 145571 Signed-off-by: Eric Sandeen <sandeen@redhat.com> Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>