[PATCH v2 2/5] stats_fs API: create, add and remove stats_fs sources and values
Randy Dunlap
rdunlap at infradead.org
Tue May 5 08:11:15 AEST 2020
On 5/4/20 4:03 AM, Emanuele Giuseppe Esposito wrote:
> diff --git a/fs/Kconfig b/fs/Kconfig
> index f08fbbfafd9a..1b0de0f19e96 100644
> --- a/fs/Kconfig
> +++ b/fs/Kconfig
> @@ -328,4 +328,10 @@ source "fs/unicode/Kconfig"
> config IO_WQ
> bool
>
> +config STATS_FS
> + bool "Statistics Filesystem"
> + help
> + stats_fs is a virtual file system that provides counters and
> + other statistics about the running kernel.
> +
> endmenu
Hi,
This kconfig entry should be under (inside) "Pseudo filesystems",
i.e., between 'menu "Pseudo filesystems"' and its corresponding
"endmenu".
Thanks.
--
~Randy
More information about the Linuxppc-dev
mailing list