* [PATCH] fs, proc: add help for CONFIG_PROC_CHILDREN
@ 2015-07-08 20:28 Iago López Galeiras
[not found] ` <1436387284-3998-1-git-send-email-iago-973cpzSjLbNWk0Htik3J/w@public.gmane.org>
0 siblings, 1 reply; 2+ messages in thread
From: Iago López Galeiras @ 2015-07-08 20:28 UTC (permalink / raw)
To: Jean Delvare
Cc: Iago López Galeiras, linux-fsdevel-u79uwXL29TY76Z2rM5mHXA,
linux-api-u79uwXL29TY76Z2rM5mHXA, Cyrill Gorcunov, Andrew Morton,
Djalal Harouni, Alban Crequy
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-973cpzSjLbNWk0Htik3J/w@public.gmane.org>
---
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.
--
2.4.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] fs, proc: add help for CONFIG_PROC_CHILDREN
[not found] ` <1436387284-3998-1-git-send-email-iago-973cpzSjLbNWk0Htik3J/w@public.gmane.org>
@ 2015-07-09 9:04 ` Jean Delvare
0 siblings, 0 replies; 2+ messages in thread
From: Jean Delvare @ 2015-07-09 9:04 UTC (permalink / raw)
To: Iago López Galeiras
Cc: linux-fsdevel-u79uwXL29TY76Z2rM5mHXA,
linux-api-u79uwXL29TY76Z2rM5mHXA, Cyrill Gorcunov, Andrew Morton,
Djalal Harouni, Alban Crequy
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-973cpzSjLbNWk0Htik3J/w@public.gmane.org>
> ---
> 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-l3A5Bk7waGM@public.gmane.org>
--
Jean Delvare
SUSE L3 Support
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-07-09 9:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-08 20:28 [PATCH] fs, proc: add help for CONFIG_PROC_CHILDREN Iago López Galeiras
[not found] ` <1436387284-3998-1-git-send-email-iago-973cpzSjLbNWk0Htik3J/w@public.gmane.org>
2015-07-09 9:04 ` Jean Delvare
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).