]> git.baikalelectronics.ru Git - kernel.git/commit
mm/oom_kill: change comment and rename is_dump_unreclaim_slabs()
authorHui Su <sh_def@163.com>
Tue, 15 Dec 2020 03:12:49 +0000 (19:12 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 15 Dec 2020 20:13:45 +0000 (12:13 -0800)
commitd9c5a9e12350503fe706080a662ca1d1ba6e97ea
treecd9fea0277ce9c37669669045e54548bf7b0d355
parentbdec60eddb33170e42a7a5dfdf36e363f5765c0a
mm/oom_kill: change comment and rename is_dump_unreclaim_slabs()

Change the comment of is_dump_unreclaim_slabs(), it just check whether
nr_unreclaimable slabs amount is greater than user memory, and explain why
we dump unreclaim slabs.

Rename it to should_dump_unreclaim_slab() maybe better.

Link: https://lkml.kernel.org/r/20201030182704.GA53949@rlk
Signed-off-by: Hui Su <sh_def@163.com>
Acked-by: Michal Hocko <mhocko@suse.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/oom_kill.c