diff mbox

fs, proc: add help for CONFIG_PROC_CHILDREN

Message ID 1436387284-3998-1-git-send-email-iago@endocode.com (mailing list archive)
State New, archived
Headers show

Commit Message

Iago López Galeiras July 8, 2015, 8:28 p.m. UTC
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@endocode.com>
---
 fs/proc/Kconfig | 6 ++++++
 1 file changed, 6 insertions(+)

Comments

Jean Delvare July 9, 2015, 9:04 a.m. UTC | #1
Le Wednesday 08 July 2015 à 22:28 +0200, Iago López Galeiras a écrit :
> 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@endocode.com>
> ---
>  fs/proc/Kconfig | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/fs/proc/Kconfig b/fs/proc/Kconfig
> index d751fcb..1ade120 100644
> --- a/fs/proc/Kconfig
> +++ b/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.

Thanks for doing that.

Reviewed-by: Jean Delvare <jdelvare@suse.de>
diff mbox

Patch

diff --git a/fs/proc/Kconfig b/fs/proc/Kconfig
index d751fcb..1ade120 100644
--- a/fs/proc/Kconfig
+++ b/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.