From: Bob Peterson Date: Fri, 6 Jan 2012 21:48:50 +0000 (-0500) Subject: GFS2: Fix a use-after-free that coverity spotted X-Git-Tag: v3.3-rc1~77^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49528b4e479195e5db4fe51fcd5ddd97901efc16;p=pandora-kernel.git GFS2: Fix a use-after-free that coverity spotted In function gfs2_inplace_release it was trying to unlock a gfs2_holder structure associated with a reservation, after said reservation was freed. The problem is that the statements have the wrong order. This patch corrects the order so that the reservation is freed after the gfs2_holder is unlocked. Signed-off-by: Bob Peterson Signed-off-by: Steven Whitehouse --- Reading git-diff-tree failed