]> pilppa.org Git - linux-2.6-omap-h63xx.git/commit
ipc: lost unlock and fput in mqueue.c on error path
authorPavel Emelyanov <xemul@openvz.org>
Thu, 29 Nov 2007 00:21:31 +0000 (16:21 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Thu, 29 Nov 2007 17:24:52 +0000 (09:24 -0800)
commitfd79b77117f16264206ed2618199d42e93cc8f09
tree5441a9bea8e58106a419e910eb547fe731539ac4
parent75d427982fef672b3608ae809b8819ec6358edfe
ipc: lost unlock and fput in mqueue.c on error path

The error path in sys_mq_getsetattr() after the call to
audit_mq_getsetattr() is wrong - the info->lock is not unlocked and the
struct file *filp is not put.

Fix them both.

Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Cc: Pierre Peiffer <pierre.peiffer@bull.net>
Cc: Nadia Derbey <Nadia.Derbey@bull.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
ipc/mqueue.c