]> git.baikalelectronics.ru Git - kernel.git/commit
locking: Add missing __sched attributes
authorMinchan Kim <minchan@kernel.org>
Sat, 15 Jan 2022 23:16:57 +0000 (15:16 -0800)
committerPeter Zijlstra <peterz@infradead.org>
Fri, 11 Feb 2022 11:13:55 +0000 (12:13 +0100)
commit36018b1a79f757e85da54ad958096154884f841e
treef01b72cc4850b7425af837667774d32e099567bd
parent55d30a7fde7ebdafa23d8e887ac304b75d42b4d3
locking: Add missing __sched attributes

This patch adds __sched attributes to a few missing places
to show blocked function rather than locking function
in get_wchan.

Signed-off-by: Minchan Kim <minchan@kernel.org>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lkml.kernel.org/r/20220115231657.84828-1-minchan@kernel.org
kernel/locking/percpu-rwsem.c
kernel/locking/rwsem.c