Return-Path: linux-nfs-owner@vger.kernel.org Received: from mx1.redhat.com ([209.132.183.28]:3519 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751631Ab2FTQKs (ORCPT ); Wed, 20 Jun 2012 12:10:48 -0400 Message-ID: <4FE1F5C1.20006@redhat.com> Date: Wed, 20 Jun 2012 12:09:37 -0400 From: Rik van Riel MIME-Version: 1.0 To: Mel Gorman CC: Andrew Morton , Linux-MM , Linux-Netdev , Linux-NFS , LKML , David Miller , Trond Myklebust , Neil Brown , Christoph Hellwig , Peter Zijlstra , Mike Christie , Eric B Munson Subject: Re: [PATCH 05/12] mm: swap: Implement generic handler for swap_activate References: <1340185081-22525-1-git-send-email-mgorman@suse.de> <1340185081-22525-6-git-send-email-mgorman@suse.de> In-Reply-To: <1340185081-22525-6-git-send-email-mgorman@suse.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Sender: linux-nfs-owner@vger.kernel.org List-ID: On 06/20/2012 05:37 AM, Mel Gorman wrote: > The version of swap_activate introduced is sufficient for swap-over-NFS > but would not provide enough information to implement a generic handler. > This patch shuffles things slightly to ensure the same information is > available for aops->swap_activate() as is available to the core. > > No functionality change. > > Signed-off-by: Mel Gorman Acked-by: Rik van Riel