[PATCH 0/3] sched/psi: psi bug fixes and cleanups

From: Hao Jia
Date: Sat Aug 06 2022 - 08:05:39 EST


These three patches are about PSI.
patch 1: Fixed PSI statistics error caused by unzeroed memory
in struct psi_group.
patch 2 and patch 3 are to clean up some unused functions
and parameters.

Hao Jia (3):
sched/psi: Zero the memory of struct psi_group
sched/psi: Remove unused parameter nbytes of psi_trigger_create()
sched/psi: Remove redundant cgroup_psi() when !CONFIG_CGROUPS

include/linux/cgroup.h | 5 -----
include/linux/psi.h | 2 +-
kernel/cgroup/cgroup.c | 2 +-
kernel/sched/psi.c | 10 +++-------
4 files changed, 5 insertions(+), 14 deletions(-)

--
2.32.0