Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit db5d5b36 authored by Iago López Galeiras's avatar Iago López Galeiras Committed by Linus Torvalds
Browse files

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: default avatarIago López Galeiras <iago@endocode.com>
Reviewed-by: default avatarJean Delvare <jdelvare@suse.de>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent d8130624
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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.