From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754557AbbK3ONp (ORCPT ); Mon, 30 Nov 2015 09:13:45 -0500 Received: from smtp02.citrix.com ([66.165.176.63]:18307 "EHLO SMTP02.CITRIX.COM" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754268AbbK3ONn (ORCPT ); Mon, 30 Nov 2015 09:13:43 -0500 X-IronPort-AV: E=Sophos;i="5.20,364,1444694400"; d="scan'208";a="321419809" Message-ID: <565C5993.2060301@citrix.com> Date: Mon, 30 Nov 2015 14:13:39 +0000 From: David Vrabel User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.8.0 MIME-Version: 1.0 To: Julia Lawall , Konrad Rzeszutek Wilk CC: , Boris Ostrovsky , , David Vrabel , Subject: Re: [Xen-devel] [PATCH 1/3] xen/gntdev: constify mmu_notifier_ops structures References: <1448834571-2988-1-git-send-email-Julia.Lawall@lip6.fr> <1448834571-2988-2-git-send-email-Julia.Lawall@lip6.fr> In-Reply-To: <1448834571-2988-2-git-send-email-Julia.Lawall@lip6.fr> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-DLP: MIA1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 29/11/15 22:02, Julia Lawall wrote: > This mmu_notifier_ops structure is never modified, so declare it as > const, like the other mmu_notifier_ops structures. > > Done with the help of Coccinelle. Applied to for-linus-4.5, thanks. David