Merge branch 'for-6.0-fixes' into for-6.1

Pulling to receive 43626dade3 ("group: Add missing cpus_read_lock() to
cgroup_attach_task_all()") for a follow-up patch.
This commit is contained in:
Tejun Heo
2022-08-26 11:13:39 -10:00
6 changed files with 63 additions and 39 deletions

View File

@@ -732,11 +732,6 @@ static inline struct cgroup *cgroup_parent(struct cgroup *cgrp)
return NULL;
}
static inline struct psi_group *cgroup_psi(struct cgroup *cgrp)
{
return NULL;
}
static inline bool cgroup_psi_enabled(void)
{
return false;