> @@ -2092,8 +2102,12 @@ loop_again: > * OK, kswapd is getting into trouble. Take a nap, then take > * another pass across the zones. > */ > - if (total_scanned && priority < DEF_PRIORITY - 2) > - congestion_wait(BLK_RW_ASYNC, HZ/10); > + if (total_scanned && (priority < DEF_PRIORITY - 2)) { > + if (!has_under_min_watermark_zone) if I am correct, we must to remove "!". > + count_vm_event(KSWAPD_NO_CONGESTION_WAIT); > + else > + congestion_wait(BLK_RW_ASYNC, HZ/10); > + } -- To unsubscribe from this list: send the line "unsubscribe kernel-testers" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html