On 4/27/20 7:18 AM, Emanuele Giuseppe Esposito wrote: > diff --git a/fs/Kconfig b/fs/Kconfig > index f08fbbfafd9a..824fcf86d12b 100644 > --- a/fs/Kconfig > +++ b/fs/Kconfig > @@ -328,4 +328,11 @@ source "fs/unicode/Kconfig" > config IO_WQ > bool > > +config STATS_FS > + bool "Statistics Filesystem" > + default y Not default y. We don't enable things that are not required. Unless you have a convincing argument otherwise. > + help > + statsfs is a virtual file system that provides counters and other > + statistics about the running kernel. > + > endmenu -- ~Randy