summaryrefslogtreecommitdiffstats
path: root/fs/xfs
diff options
context:
space:
mode:
authorBob Peterson <rpeterso@redhat.com>2012-01-06 22:48:50 +0100
committerSteven Whitehouse <swhiteho@redhat.com>2012-01-11 10:23:26 +0100
commit49528b4e479195e5db4fe51fcd5ddd97901efc16 (patch)
tree3e27260f25133fbaf7b8d95faa9b73016eac1b13 /fs/xfs
parentGFS2: dlm based recovery coordination (diff)
downloadlinux-49528b4e479195e5db4fe51fcd5ddd97901efc16.tar.xz
linux-49528b4e479195e5db4fe51fcd5ddd97901efc16.zip
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 <rpeterso@redhat.com> Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs/xfs')
0 files changed, 0 insertions, 0 deletions