Re: [PATCH v3 4/5] mutex: Remove new typedefs introduced in patch 2

2013-04-17 Thread Ingo Molnar
* Waiman Long wrote: > In response to the review comment from Davidlohr, this patch will > remove the new typedefs introduced by patch 2. It also removes an > unnecessary barrier() call. Please backmerge this fix of patch #2 into patch #2, that reduces the number of patches by one. Thanks,

Re: [PATCH v3 4/5] mutex: Remove new typedefs introduced in patch 2

2013-04-17 Thread Ingo Molnar
* Waiman Long waiman.l...@hp.com wrote: In response to the review comment from Davidlohr, this patch will remove the new typedefs introduced by patch 2. It also removes an unnecessary barrier() call. Please backmerge this fix of patch #2 into patch #2, that reduces the number of patches by

[PATCH v3 4/5] mutex: Remove new typedefs introduced in patch 2

2013-04-16 Thread Waiman Long
In response to the review comment from Davidlohr, this patch will remove the new typedefs introduced by patch 2. It also removes an unnecessary barrier() call. Signed-off-by: Waiman Long --- kernel/mutex.c | 25 +++-- 1 files changed, 11 insertions(+), 14 deletions(-)

[PATCH v3 4/5] mutex: Remove new typedefs introduced in patch 2

2013-04-16 Thread Waiman Long
In response to the review comment from Davidlohr, this patch will remove the new typedefs introduced by patch 2. It also removes an unnecessary barrier() call. Signed-off-by: Waiman Long waiman.l...@hp.com --- kernel/mutex.c | 25 +++-- 1 files changed, 11 insertions(+), 14