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)
commit108ceeb020bb3558fe175a3fc8b60fd6c1a2a279
tree26b99cdd883b88e9a9dfba20e4f4481de72c046f
parent0f20784d4ba3f88ca33b703b23372d8ccf6dbd42
coredump: fix wrong comments on core limits of pipe coredump case

In commit 898b374af6f7 ("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