From: Eric Sandeen Date: Fri, 28 Aug 2015 04:51:10 +0000 (+1000) Subject: xfs: fix error gotos in xfs_setattr_nonsize X-Git-Tag: omap-for-v4.3/fixes-rc1~79^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a7ccad88d1bcebabc011b54a2f8615175e523fc;p=pandora-kernel.git 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 Reviewed-by: Dave Chinner Signed-off-by: Dave Chinner --- Reading git-diff-tree failed