The patch titled Subject: fs, proc: add help for CONFIG_PROC_CHILDREN has been removed from the -mm tree. Its filename was fs-proc-add-help-for-config_proc_children.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ From: Iago López Galeiras <iago@xxxxxxxxxxxx> Subject: fs, proc: add help for CONFIG_PROC_CHILDREN The purpose of the option was documented in Documentation/filesystems/proc.txt but the help text was missing. Add small help text that also points to the documentation. Signed-off-by: Iago López Galeiras <iago@xxxxxxxxxxxx> Reviewed-by: Jean Delvare <jdelvare@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/proc/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) diff -puN fs/proc/Kconfig~fs-proc-add-help-for-config_proc_children fs/proc/Kconfig --- a/fs/proc/Kconfig~fs-proc-add-help-for-config_proc_children +++ a/fs/proc/Kconfig @@ -75,3 +75,9 @@ config PROC_PAGE_MONITOR config PROC_CHILDREN bool "Include /proc/<pid>/task/<tid>/children file" default n + help + Provides a fast way to retrieve first level children pids of a task. See + <file:Documentation/filesystems/proc.txt> for more information. + + Say Y if you are running any user-space software which takes benefit from + this interface. For example, rkt is such a piece of software. _ Patches currently in -mm which might be from iago@xxxxxxxxxxxx are -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html