From: Pavel Emelyanov Date: Thu, 29 Nov 2007 00:21:31 +0000 (-0800) Subject: ipc: lost unlock and fput in mqueue.c on error path X-Git-Tag: v2.6.24-rc4~60 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd79b77117f16264206ed2618199d42e93cc8f09;p=pandora-kernel.git 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 Cc: Pierre Peiffer Cc: Nadia Derbey Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed