From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752626AbbDDJpd (ORCPT ); Sat, 4 Apr 2015 05:45:33 -0400 Received: from tex.lwn.net ([70.33.254.29]:34945 "EHLO vena.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752371AbbDDJpb (ORCPT ); Sat, 4 Apr 2015 05:45:31 -0400 Date: Sat, 4 Apr 2015 11:45:05 +0200 From: Jonathan Corbet To: Eric B Munson Cc: akpm@linux-foundation.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] Document interaction between compaction and the unevictable LRU Message-ID: <20150404114505.39094096@lwn.net> In-Reply-To: <1427740274-2926-1-git-send-email-emunson@akamai.com> References: <1427740274-2926-1-git-send-email-emunson@akamai.com> Organization: LWN.net X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.27; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 30 Mar 2015 14:31:14 -0400 Eric B Munson wrote: > The memory compaction code uses the migration code to do most of the > work in compaction. However, the compaction code interacts with the > unevictable LRU differently than migration code and this difference > should be noted in the documentation. Applied (with Andrew's name-the-sysctl tweak) to the docs tree. Thanks, jon