mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 01:04:41 +01:00
mm: fix spelling issue in swap.h
recliam -> reclaim Link: https://lkml.kernel.org/r/20250702071235.212794-1-liuqiye2025@163.com Signed-off-by: Xuanye Liu <liuqiye2025@163.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
This commit is contained in:
parent
11f45931cc
commit
5bd3b163e3
1 changed files with 1 additions and 1 deletions
|
|
@ -415,7 +415,7 @@ extern unsigned long try_to_free_pages(struct zonelist *zonelist, int order,
|
|||
#define MIN_SWAPPINESS 0
|
||||
#define MAX_SWAPPINESS 200
|
||||
|
||||
/* Just recliam from anon folios in proactive memory reclaim */
|
||||
/* Just reclaim from anon folios in proactive memory reclaim */
|
||||
#define SWAPPINESS_ANON_ONLY (MAX_SWAPPINESS + 1)
|
||||
|
||||
extern unsigned long try_to_free_mem_cgroup_pages(struct mem_cgroup *memcg,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue