From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753538AbdG2Iuz (ORCPT ); Sat, 29 Jul 2017 04:50:55 -0400 Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]:60400 "EHLO mail3-relais-sop.national.inria.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752607AbdG2Iuy (ORCPT ); Sat, 29 Jul 2017 04:50:54 -0400 X-IronPort-AV: E=Sophos;i="5.40,429,1496095200"; d="scan'208";a="233111719" Date: Sat, 29 Jul 2017 10:50:51 +0200 (CEST) From: Julia Lawall X-X-Sender: jll@hadrien To: Florian Westphal cc: linux-decnet-user@lists.sourceforge.net, bhumirks@gmail.com, kernel-janitors@vger.kernel.org, Pablo Neira Ayuso , Jozsef Kadlecsik , "David S. Miller" , netfilter-devel@vger.kernel.org, coreteam@netfilter.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/2] constify nf_hook_ops structures In-Reply-To: <20170729084429.GE28392@breakpoint.cc> Message-ID: References: <1501310455-7896-1-git-send-email-Julia.Lawall@lip6.fr> <20170729084429.GE28392@breakpoint.cc> User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 29 Jul 2017, Florian Westphal wrote: > Julia Lawall wrote: > > The nf_hook_ops structure is only passed as the second argument to > > nf_register_net_hook or nf_unregister_net_hook, both of which are > > declared as const. Thus the nf_hook_ops structure itself can be > > const. > > Right, also see > http://patchwork.ozlabs.org/patch/793767/ > > This series misses most of them (all arrays perhaps)? Yes, my rule doesn't look for arrays. I guess they are all done already anyway? thanks, julia > -- > To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html >