Skip to content
Snippets Groups Projects
Commit 88b64c32 authored by Ma Wupeng's avatar Ma Wupeng Committed by Yongqiang Liu
Browse files

mm: Fix reliable task used problem shown in meminfo

hulk inclusion
category: bugfix
bugzilla: https://gitee.com/openeuler/kernel/issues/I4SK3S


CVE: NA

--------------------------------

Previous reliable task used does not contains reliable pagecache pages if
pagecache use reliable memory feature is disabled. This will lead to
incorrect result because reliable task's pagecache is allocated from
mirrored region.

With this patch, reliable task used will always contains reliable anon
pages and reliable pagecache pages.

Signed-off-by: default avatarMa Wupeng <mawupeng1@huawei.com>
Reviewed-by: default avatarKefeng Wang <wangkefeng.wang@huawei.com>
Signed-off-by: default avatarYongqiang Liu <liuyongqiang13@huawei.com>
parent 9f36ea85
No related branches found
No related tags found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment