From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757883AbbGQMSI (ORCPT ); Fri, 17 Jul 2015 08:18:08 -0400 Received: from mga03.intel.com ([134.134.136.65]:35556 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752348AbbGQMSF (ORCPT ); Fri, 17 Jul 2015 08:18:05 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,496,1432623600"; d="scan'208";a="749278693" From: "Kirill A. Shutemov" To: Christoph Hellwig Cc: "Kirill A. Shutemov" , Andrew Morton , Oleg Nesterov , linux-mm@kvack.org, linux-kernel@vger.kernel.org In-Reply-To: <20150717121617.GA10394@infradead.org> References: <1437133993-91885-1-git-send-email-kirill.shutemov@linux.intel.com> <1437133993-91885-2-git-send-email-kirill.shutemov@linux.intel.com> <20150717121617.GA10394@infradead.org> Subject: Re: [PATCHv2 1/6] mm: mark most vm_operations_struct const Content-Transfer-Encoding: 7bit Message-Id: <20150717121742.AACED196@black.fi.intel.com> Date: Fri, 17 Jul 2015 15:17:42 +0300 (EEST) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Christoph Hellwig wrote: > On Fri, Jul 17, 2015 at 02:53:08PM +0300, Kirill A. Shutemov wrote: > > With two excetions (drm/qxl and drm/radeon) all vm_operations_struct > > structs should be constant. > > Actually those two really need to be const as well, and the horrible > copy and overwrite hacks badly need to go away. Patches are welcome ;) -- Kirill A. Shutemov