Re: [patch 1/4] mm: memcontrol: inline memcg->move_lock locking

2014-10-21 Thread Vladimir Davydov
On Tue, Oct 21, 2014 at 04:21:33PM -0400, Johannes Weiner wrote: > The wrappers around taking and dropping the memcg->move_lock spinlock > add nothing of value. Inline the spinlock calls into the callsites. > > Signed-off-by: Johannes Weiner Acked-by: Vladimir Davydov > --- > mm/memcontrol.c

[patch 1/4] mm: memcontrol: inline memcg->move_lock locking

2014-10-21 Thread Johannes Weiner
The wrappers around taking and dropping the memcg->move_lock spinlock add nothing of value. Inline the spinlock calls into the callsites. Signed-off-by: Johannes Weiner --- mm/memcontrol.c | 34 +- 1 file changed, 9 insertions(+), 25 deletions(-) diff --git a/mm