Re: [PATCH -tip] sched/wake_q: Clarify queue reinit

2017-01-29 Thread Waiman Long
On 01/29/2017 10:15 AM, Davidlohr Bueso wrote: > As of bcc9a76d5ac (locking/rwsem: Reinit wake_q after use), the > comment regarding the list reinitialization no longer applies, > update it with the new wake_q_init() helper. > > Signed-off-by: Davidlohr Bueso > --- > include/linux/sched.h | 4 ++--

[PATCH -tip] sched/wake_q: Clarify queue reinit

2017-01-29 Thread Davidlohr Bueso
As of bcc9a76d5ac (locking/rwsem: Reinit wake_q after use), the comment regarding the list reinitialization no longer applies, update it with the new wake_q_init() helper. Signed-off-by: Davidlohr Bueso --- include/linux/sched.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --gi