diff options
author | 2022-11-10 07:07:51 +0400 | |
---|---|---|
committer | 2022-11-30 15:58:54 -0800 | |
commit | 4a625ceee8a0ab0273534cb6b432ce6b331db5ee (patch) | |
tree | 6e8fc35a9ddd5d0ba17732374ef5f3ad143e379c /include/linux/shrinker.h | |
parent | migrate: convert migrate_pages() to use folios (diff) | |
download | wireguard-linux-4a625ceee8a0ab0273534cb6b432ce6b331db5ee.tar.xz wireguard-linux-4a625ceee8a0ab0273534cb6b432ce6b331db5ee.zip |
mm/demotion: fix NULL vs IS_ERR checking in memory_tier_init
alloc_memory_type() returns error pointers on error instead of NULL. Use
IS_ERR() to check the return value to fix this.
Link: https://lkml.kernel.org/r/20221110030751.1627266-1-linmq006@gmail.com
Fixes: 7b88bda3761b ("mm/demotion/dax/kmem: set node's abstract distance to MEMTIER_DEFAULT_DAX_ADISTANCE")
Signed-off-by: Miaoqian Lin <linmq006@gmail.com>
Reviewed-by: "Huang, Ying" <ying.huang@intel.com>
Cc: Aneesh Kumar K.V <aneesh.kumar@linux.ibm.com>
Cc: Wei Xu <weixugc@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'include/linux/shrinker.h')
0 files changed, 0 insertions, 0 deletions