]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - mm/zsmalloc.c
mm/zsmalloc.c: fix the migrated zspage statistics.
authorChanho Min <chanho.min@lge.com>
Sat, 4 Jan 2020 20:59:36 +0000 (12:59 -0800)
committerKhalid Elmously <khalid.elmously@canonical.com>
Wed, 29 Jan 2020 04:47:27 +0000 (23:47 -0500)
commit3e099298697b903bb5ecbd11992714529dd04fa6
tree5f08f8d9b876f9d4b8e2b6742c476399e98ed1c3
parentd6d8b3b6a432ed5addcccbb807ced7b85955a5e4
mm/zsmalloc.c: fix the migrated zspage statistics.

BugLink: https://bugs.launchpad.net/bugs/1860602
commit ac8f05da5174c560de122c499ce5dfb5d0dfbee5 upstream.

When zspage is migrated to the other zone, the zone page state should be
updated as well, otherwise the NR_ZSPAGE for each zone shows wrong
counts including proc/zoneinfo in practice.

Link: http://lkml.kernel.org/r/1575434841-48009-1-git-send-email-chanho.min@lge.com
Fixes: 91537fee0013 ("mm: add NR_ZSMALLOC to vmstat")
Signed-off-by: Chanho Min <chanho.min@lge.com>
Signed-off-by: Jinsuk Choi <jjinsuk.choi@lge.com>
Reviewed-by: Sergey Senozhatsky <sergey.senozhatsky@gmail.com>
Acked-by: Minchan Kim <minchan@kernel.org>
Cc: <stable@vger.kernel.org> [4.9+]
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Khalid Elmously <khalid.elmously@canonical.com>
mm/zsmalloc.c