From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753458Ab3KSQcE (ORCPT ); Tue, 19 Nov 2013 11:32:04 -0500 Received: from bombadil.infradead.org ([198.137.202.9]:42685 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752465Ab3KSQcB (ORCPT ); Tue, 19 Nov 2013 11:32:01 -0500 Date: Tue, 19 Nov 2013 08:31:33 -0800 From: Christoph Hellwig To: James Custer Cc: linux-mm@kvack.org, Rik van Riel , Mel Gorman , "Kirill A. Shutemov" , Jiang Liu , Michel Lespinasse , Hugh Dickins , Oleg Nesterov , Al Viro , linux-kernel@vger.kernel.org Subject: Re: [PATCH] Reimplement old functionality of vm_munmap to vm_munmap_mm Message-ID: <20131119163133.GA18355@infradead.org> References: <1384878592-194909-1-git-send-email-jcuster@sgi.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1384878592-194909-1-git-send-email-jcuster@sgi.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Nov 19, 2013 at 10:29:52AM -0600, James Custer wrote: > Commit bfce281c287a427d0841fadf5d59242757b4e620 killed the mm parameter to > vm_munmap. Although the mm parameter was not used in any in-tree kernel > modules, it is used by some out-of-tree modules. Which doesn't matter at all.