Re: [PATCH RT v3 2/5] sched: Rename sleeping_lock to rt_invol_sleep

2019-09-17 Thread Sebastian Andrzej Siewior
On 2019-09-11 17:57:26 [+0100], Scott Wood wrote: > It's already used for one situation other than acquiring a lock, and the > next patch will add another, so change the name to avoid confusion. I know it has been suggested but please don't rename it, keep it as is. The _only_ reason why you are

[PATCH RT v3 2/5] sched: Rename sleeping_lock to rt_invol_sleep

2019-09-11 Thread Scott Wood
It's already used for one situation other than acquiring a lock, and the next patch will add another, so change the name to avoid confusion. Signed-off-by: Scott Wood --- include/linux/sched.h | 15 --- kernel/locking/rtmutex.c | 14 +++--- kernel/locking/rwlock-rt.c