]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit26dec2966aba4fa1509959c79ba601305b8b3609
treef22be7fd44311b251db328bb682d7733f7c3dcbf
parente5c63668fb508da5a08736e1bcc98891e9c4828c
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