Re: [PATCH] sched/wait: fix add_wait_queue() behavior change

2017-12-06 Thread Ingo Molnar
* Jens Axboe wrote: > On 12/06/2017 12:15 AM, Omar Sandoval wrote: > > From: Omar Sandoval > > > > Commit 50816c48997a ("sched/wait: Standardize internal naming of > > wait-queue entries") changed the behavior of add_wait_queue() from > > inserting the wait entry at the head of the wait queue

Re: [PATCH] sched/wait: fix add_wait_queue() behavior change

2017-12-06 Thread Jens Axboe
On 12/06/2017 12:15 AM, Omar Sandoval wrote: > From: Omar Sandoval > > Commit 50816c48997a ("sched/wait: Standardize internal naming of > wait-queue entries") changed the behavior of add_wait_queue() from > inserting the wait entry at the head of the wait queue to the tail of > the wait queue. Th