sched/psi: create /proc/pressure and /proc/pressure/{io|memory|cpu} only when psi...
authorWang Long <w@laoqinren.net>
Wed, 18 Dec 2019 12:38:18 +0000 (20:38 +0800)
committerPeter Zijlstra <peterz@infradead.org>
Fri, 17 Jan 2020 09:19:22 +0000 (10:19 +0100)
commit3d817689a62cf71bbb290af18cd26cf9764f38fe
tree649fe8b3effdf91b818a9cd6bdc23634f6e0a8e1
parent4c58f57fa6e93318a0899f70d8b99fe6bac22ce8
sched/psi: create /proc/pressure and /proc/pressure/{io|memory|cpu} only when psi enabled

when CONFIG_PSI_DEFAULT_DISABLED set to N or the command line set psi=0,
I think we should not create /proc/pressure and
/proc/pressure/{io|memory|cpu}.

In the future, user maybe determine whether the psi feature is enabled by
checking the existence of the /proc/pressure dir or
/proc/pressure/{io|memory|cpu} files.

Signed-off-by: Wang Long <w@laoqinren.net>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Acked-by: Johannes Weiner <hannes@cmpxchg.org>
Link: https://lkml.kernel.org/r/1576672698-32504-1-git-send-email-w@laoqinren.net
kernel/sched/psi.c