Re: [Devel] [PATCH RH7 2/2] memcg, bc/vm_pages.c: drop accidental duplicated counter read

2020-07-16 Thread Konstantin Khorenko
please, ignore -- Best regards, Konstantin Khorenko, Virtuozzo Linux Kernel Team On 07/16/2020 03:37 PM, Konstantin Khorenko wrote: Nothing bad happens due to this, just a redundant counter read, drop it. Fixes: 770906b27920d ("memcg, bc/vm_pages.c: account some swapped memory as used in CT i

[Devel] [PATCH RH7 2/2] memcg, bc/vm_pages.c: drop accidental duplicated counter read

2020-07-16 Thread Konstantin Khorenko
Nothing bad happens due to this, just a redundant counter read, drop it. Fixes: 770906b27920d ("memcg, bc/vm_pages.c: account some swapped memory as used in CT in /proc/meminfo") Signed-off-by: Konstantin Khorenko --- mm/memcontrol.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/mm/memco

Re: [Devel] [PATCH RH7 2/2] memcg, bc/vm_pages.c: drop accidental duplicated counter read

2020-07-10 Thread Andrey Ryabinin
On 7/10/20 2:24 PM, Konstantin Khorenko wrote: > Nothing bad happens due to this, just a redundant counter read, > drop it. > > Fixes: 770906b27920d ("memcg, bc/vm_pages.c: account some swapped memory > as used in CT in /proc/meminfo") > > Signed-off-by: Konstantin Khorenko Reviewed-by: And

[Devel] [PATCH RH7 2/2] memcg, bc/vm_pages.c: drop accidental duplicated counter read

2020-07-10 Thread Konstantin Khorenko
Nothing bad happens due to this, just a redundant counter read, drop it. Fixes: 770906b27920d ("memcg, bc/vm_pages.c: account some swapped memory as used in CT in /proc/meminfo") Signed-off-by: Konstantin Khorenko --- mm/memcontrol.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/mm/memco