Revision a3ed2a15719219769bb095b28009c1d654a419e8 authored by André Goddard Rosa on 11 May 2010, 21:07:03 UTC, committed by Linus Torvalds on 12 May 2010, 00:33:42 UTC
In case of aborting because we reach the maximum amount of memory which
can be allocated to message queues per user (RLIMIT_MSGQUEUE), we would
try to free the message area twice when bailing out: first by the error
handling code itself, and then later when cleaning up the inode through
delete_inode().

Signed-off-by: André Goddard Rosa <andre.goddard@gmail.com>
Cc: Alexey Dobriyan <adobriyan@gmail.com>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Cc: <stable@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent de145b4
History
File Mode Size
drivers
include
kernel
os-Linux
scripts
sys-i386
sys-ia64
sys-ppc
sys-x86_64
.gitignore -rw-r--r-- 53 bytes
Kconfig.char -rw-r--r-- 8.5 KB
Kconfig.common -rw-r--r-- 879 bytes
Kconfig.debug -rw-r--r-- 1.0 KB
Kconfig.net -rw-r--r-- 8.5 KB
Kconfig.rest -rw-r--r-- 629 bytes
Kconfig.um -rw-r--r-- 5.1 KB
Kconfig.x86 -rw-r--r-- 1.0 KB
Makefile -rw-r--r-- 4.9 KB
Makefile-i386 -rw-r--r-- 1.4 KB
Makefile-ia64 -rw-r--r-- 32 bytes
Makefile-os-Linux -rw-r--r-- 235 bytes
Makefile-ppc -rw-r--r-- 203 bytes
Makefile-skas -rw-r--r-- 290 bytes
Makefile-x86_64 -rw-r--r-- 640 bytes
defconfig -rw-r--r-- 14.9 KB

back to top