Re: [PATCH] async: fix insert entry in ascending list

2013-12-18 Thread Vaughan Cao
On 2013年12月18日 20:25, Tejun Heo wrote: Hello, On Wed, Dec 18, 2013 at 11:15:23AM +0800, Vaughan Cao wrote: I suppose there is a fault in the patch of https://lkml.org/lkml/2013/1/16/546. I know you made a new patch for latest kernel which don't move the entry between pending and running list t

Re: [PATCH] async: fix insert entry in ascending list

2013-12-18 Thread Tejun Heo
Hello, On Wed, Dec 18, 2013 at 11:15:23AM +0800, Vaughan Cao wrote: > I suppose there is a fault in the patch of > https://lkml.org/lkml/2013/1/16/546. > I know you made a new patch for latest kernel which don't move the entry > between pending and running list that remove the code I mentioned, b

[PATCH] async: fix insert entry in ascending list

2013-12-17 Thread Vaughan Cao
Hi Tejun, I suppose there is a fault in the patch of https://lkml.org/lkml/2013/1/16/546. I know you made a new patch for latest kernel which don't move the entry between pending and running list that remove the code I mentioned, but our kernel is based on v3.8.13 that has the code. In my underst