diff options
author | Ingo Molnar <mingo@kernel.org> | 2021-08-26 10:47:09 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2021-08-26 10:49:24 +0200 |
commit | 366e7ad6ba5f4cb2ffd0b7316e404d6ee9c0f401 (patch) | |
tree | acc4ce1973d66dfec544d7be36a573d7c6679a06 /fs/jfs/jfs_inode.c | |
parent | 234b8ab6476c5edd5262e2ff563de9498d60044a (diff) | |
download | linux-366e7ad6ba5f4cb2ffd0b7316e404d6ee9c0f401.tar.bz2 |
sched/fair: Mark tg_is_idle() an inline in the !CONFIG_FAIR_GROUP_SCHED case
It's not actually used in the !CONFIG_FAIR_GROUP_SCHED case:
kernel/sched/fair.c:488:12: warning: ‘tg_is_idle’ defined but not used [-Wunused-function]
Keep around a placeholder nevertheless, for API completeness. Mark it inline,
so the compiler doesn't think it must be used.
Fixes: 304000390f88: ("sched: Cgroup SCHED_IDLE support")
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Cc: Josh Don <joshdon@google.com>
Cc: Peter Zijlstra (Intel) <peterz@infradead.org>
Cc: Vincent Guittot <vincent.guittot@linaro.org>
Diffstat (limited to 'fs/jfs/jfs_inode.c')
0 files changed, 0 insertions, 0 deletions