diff options
author | 2022-11-15 18:38:08 -0700 | |
---|---|---|
committer | 2022-11-30 15:59:00 -0800 | |
commit | 931b6a8b36a2de3985eca27e758900e70cd99779 (patch) | |
tree | f75fc063cd2cb9331aac3047c0f5490b40ebe04b /mm/migrate.c | |
parent | mm/gup: disallow FOLL_FORCE|FOLL_WRITE on hugetlb mappings (diff) | |
download | linux-rng-931b6a8b36a2de3985eca27e758900e70cd99779.tar.xz linux-rng-931b6a8b36a2de3985eca27e758900e70cd99779.zip |
mm: multi-gen LRU: remove NULL checks on NODE_DATA()
NODE_DATA() is preallocated for all possible nodes after commit
09f49dca570a ("mm: handle uninitialized numa nodes gracefully"). Checking
its return value against NULL is now unnecessary.
Link: https://lkml.kernel.org/r/20221116013808.3995280-2-yuzhao@google.com
Signed-off-by: Yu Zhao <yuzhao@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'mm/migrate.c')
0 files changed, 0 insertions, 0 deletions