]> git.baikalelectronics.ru Git - kernel.git/commit
mm/memcg: warning on !memcg after readahead page charged
authorAlex Shi <alex.shi@linux.alibaba.com>
Fri, 18 Dec 2020 22:01:31 +0000 (14:01 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 19 Dec 2020 19:18:37 +0000 (11:18 -0800)
commit9e5addb8271c3f3113c7eb60876954b88e03d4c3
tree8b414314c13e8724c327727ae77e1cb4d5d81af5
parent4d3625e9b38f4b339a0f73031bd86cd3612ee1cb
mm/memcg: warning on !memcg after readahead page charged

Add VM_WARN_ON_ONCE_PAGE() macro.

Since readahead page is charged on memcg too, in theory we don't have to
check this exception now.  Before safely remove them all, add a warning
for the unexpected !memcg.

Link: https://lkml.kernel.org/r/1604283436-18880-3-git-send-email-alex.shi@linux.alibaba.com
Signed-off-by: Alex Shi <alex.shi@linux.alibaba.com>
Acked-by: Michal Hocko <mhocko@suse.com>
Acked-by: Hugh Dickins <hughd@google.com>
Acked-by: Johannes Weiner <hannes@cmpxchg.org>
Cc: Vladimir Davydov <vdavydov.dev@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/mmdebug.h
mm/memcontrol.c