linux/fs/gfs2
Bob Peterson 49528b4e47 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>
2012-01-11 09:23:26 +00:00
..
acl.c
acl.h
aops.c
bmap.c
bmap.h
dentry.c
dir.c
dir.h
export.c
file.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw 2012-01-08 13:07:54 -08:00
gfs2.h
glock.c GFS2: dlm based recovery coordination 2012-01-11 09:23:05 +00:00
glock.h GFS2: dlm based recovery coordination 2012-01-11 09:23:05 +00:00
glops.c
glops.h
incore.h GFS2: dlm based recovery coordination 2012-01-11 09:23:05 +00:00
inode.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw 2012-01-08 13:07:54 -08:00
inode.h
Kconfig
lock_dlm.c GFS2: dlm based recovery coordination 2012-01-11 09:23:05 +00:00
log.c Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm 2012-01-08 13:10:57 -08:00
log.h
lops.c
lops.h
main.c GFS2: dlm based recovery coordination 2012-01-11 09:23:05 +00:00
Makefile
meta_io.c
meta_io.h
ops_fstype.c GFS2: dlm based recovery coordination 2012-01-11 09:23:05 +00:00
quota.c Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm 2012-01-08 13:10:57 -08:00
quota.h
recovery.c GFS2: dlm based recovery coordination 2012-01-11 09:23:05 +00:00
recovery.h
rgrp.c GFS2: Fix a use-after-free that coverity spotted 2012-01-11 09:23:26 +00:00
rgrp.h
super.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw 2012-01-08 13:07:54 -08:00
super.h
sys.c GFS2: dlm based recovery coordination 2012-01-11 09:23:05 +00:00
sys.h GFS2: dlm based recovery coordination 2012-01-11 09:23:05 +00:00
trace_gfs2.h
trans.c
trans.h
util.c
util.h
xattr.c
xattr.h