Re: [PATCH v2 1/3] mm: introduce mem_cgroup_put() helper

2018-08-06 Thread David Rientjes
On Wed, 1 Aug 2018, Roman Gushchin wrote: > Introduce the mem_cgroup_put() helper, which helps to eliminate guarding > memcg css release with "#ifdef CONFIG_MEMCG" in multiple places. > > Link: http://lkml.kernel.org/r/20180623000600.5818-2-g...@fb.com > Signed-off-by: Roman Gushchin >

Re: [PATCH v2 1/3] mm: introduce mem_cgroup_put() helper

2018-08-06 Thread David Rientjes
On Wed, 1 Aug 2018, Roman Gushchin wrote: > Introduce the mem_cgroup_put() helper, which helps to eliminate guarding > memcg css release with "#ifdef CONFIG_MEMCG" in multiple places. > > Link: http://lkml.kernel.org/r/20180623000600.5818-2-g...@fb.com > Signed-off-by: Roman Gushchin >

Re: [PATCH v2 1/3] mm: introduce mem_cgroup_put() helper

2018-08-01 Thread Roman Gushchin
On Thu, Aug 02, 2018 at 10:36:48AM +1000, Stephen Rothwell wrote: > Hi Roman, > > On Wed, 1 Aug 2018 17:31:59 -0700 Roman Gushchin wrote: > > > > Introduce the mem_cgroup_put() helper, which helps to eliminate guarding > > memcg css release with "#ifdef CONFIG_MEMCG" in multiple places. > > > >

Re: [PATCH v2 1/3] mm: introduce mem_cgroup_put() helper

2018-08-01 Thread Roman Gushchin
On Thu, Aug 02, 2018 at 10:36:48AM +1000, Stephen Rothwell wrote: > Hi Roman, > > On Wed, 1 Aug 2018 17:31:59 -0700 Roman Gushchin wrote: > > > > Introduce the mem_cgroup_put() helper, which helps to eliminate guarding > > memcg css release with "#ifdef CONFIG_MEMCG" in multiple places. > > > >

Re: [PATCH v2 1/3] mm: introduce mem_cgroup_put() helper

2018-08-01 Thread Shakeel Butt
On Wed, Aug 1, 2018 at 5:37 PM Stephen Rothwell wrote: > > Hi Roman, > > On Wed, 1 Aug 2018 17:31:59 -0700 Roman Gushchin wrote: > > > > Introduce the mem_cgroup_put() helper, which helps to eliminate guarding > > memcg css release with "#ifdef CONFIG_MEMCG" in multiple places. > > > > Link:

Re: [PATCH v2 1/3] mm: introduce mem_cgroup_put() helper

2018-08-01 Thread Shakeel Butt
On Wed, Aug 1, 2018 at 5:37 PM Stephen Rothwell wrote: > > Hi Roman, > > On Wed, 1 Aug 2018 17:31:59 -0700 Roman Gushchin wrote: > > > > Introduce the mem_cgroup_put() helper, which helps to eliminate guarding > > memcg css release with "#ifdef CONFIG_MEMCG" in multiple places. > > > > Link:

Re: [PATCH v2 1/3] mm: introduce mem_cgroup_put() helper

2018-08-01 Thread Stephen Rothwell
Hi Roman, On Wed, 1 Aug 2018 17:31:59 -0700 Roman Gushchin wrote: > > Introduce the mem_cgroup_put() helper, which helps to eliminate guarding > memcg css release with "#ifdef CONFIG_MEMCG" in multiple places. > > Link: http://lkml.kernel.org/r/20180623000600.5818-2-g...@fb.com > Signed-off-by:

Re: [PATCH v2 1/3] mm: introduce mem_cgroup_put() helper

2018-08-01 Thread Stephen Rothwell
Hi Roman, On Wed, 1 Aug 2018 17:31:59 -0700 Roman Gushchin wrote: > > Introduce the mem_cgroup_put() helper, which helps to eliminate guarding > memcg css release with "#ifdef CONFIG_MEMCG" in multiple places. > > Link: http://lkml.kernel.org/r/20180623000600.5818-2-g...@fb.com > Signed-off-by: