X-Git-Url: http://git.agner.ch/gitweb/?p=linux-drm-fsl-dcu.git;a=blobdiff_plain;f=fs%2Fproc%2FKconfig;h=1ade1206bb896f50ad326d281c42ec56e66d8372;hp=d751fcb637bb73d756b7da9c4b0aa337d53647b2;hb=4c7d83e8a8106d90d4eff971c8d070f718ac4f9c;hpb=93899e39e86bfc021a190a9c26e8e516561f2756 diff --git a/fs/proc/Kconfig b/fs/proc/Kconfig index d751fcb637bb..1ade1206bb89 100644 --- a/fs/proc/Kconfig +++ b/fs/proc/Kconfig @@ -75,3 +75,9 @@ config PROC_PAGE_MONITOR config PROC_CHILDREN bool "Include /proc//task//children file" default n + help + Provides a fast way to retrieve first level children pids of a task. See + 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.