]> git.baikalelectronics.ru Git - kernel.git/commit
coredump: fix wrong comments on core limits of pipe coredump case
authorJovi Zhang <bookjovi@gmail.com>
Mon, 30 Jul 2012 21:42:23 +0000 (14:42 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 31 Jul 2012 00:25:20 +0000 (17:25 -0700)
commit438df96e757faf09f4d8861cd4ff93f95ba19915
tree26b99cdd883b88e9a9dfba20e4f4481de72c046f
parent6032c12baeaa46cbc688a7776bd80339e1432a60
coredump: fix wrong comments on core limits of pipe coredump case

In commit 5d07f1a595ec ("exec: replace call_usermodehelper_pipe with use
of umh init function and resolve limit"), the core limits recursive
check value was changed from 0 to 1, but the corresponding comments were
not updated.

Signed-off-by: Jovi Zhang <bookjovi@gmail.com>
Cc: Oleg Nesterov <oleg@redhat.com>
Cc: Neil Horman <nhorman@tuxdriver.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/exec.c