]> git.ipfire.org Git - thirdparty/linux.git/commit - mm/compaction.c
mm/compaction: correct the comments of compact_defer_shift
authorAlex Shi <alex.shi@linux.alibaba.com>
Wed, 12 Aug 2020 01:31:10 +0000 (18:31 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 12 Aug 2020 17:57:56 +0000 (10:57 -0700)
commit860b32729a21e0565585a9e2ecea2e5244d65acd
treef22be7fd44311b251db328bb682d7733f7c3dcbf
parentd34c0a7599ea8c301bc471dfa1eb2bf2db6752d1
mm/compaction: correct the comments of compact_defer_shift

There is no compact_defer_limit. It should be compact_defer_shift in
use. and add compact_order_failed explanation.

Signed-off-by: Alex Shi <alex.shi@linux.alibaba.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Reviewed-by: Alexander Duyck <alexander.h.duyck@linux.intel.com>
Link: http://lkml.kernel.org/r/3bd60e1b-a74e-050d-ade4-6e8f54e00b92@linux.alibaba.com
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/mmzone.h
mm/compaction.c