]> 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)
commit78ea3eef88298e0987f91d4bd3b4e8ac133978d6
treef22be7fd44311b251db328bb682d7733f7c3dcbf
parentcc1c233d0ef7177a6ad626e86af4b8d4881cb579
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