From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [RFC NETLINK 01/09]: Mark netlink policies const Date: Tue, 05 Jun 2007 12:39:10 -0700 (PDT) Message-ID: <20070605.123910.116355017.davem@davemloft.net> References: <20070605141250.15650.47178.sendpatchset@localhost.localdomain> <20070605141252.15650.91283.sendpatchset@localhost.localdomain> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, socketcan@hartkopp.net, hadi@cyberus.ca, xemul@sw.ru, ebiederm@xmission.com, tgraf@suug.ch To: kaber@trash.net Return-path: Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:54569 "EHLO sunset.davemloft.net" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1763648AbXFETi4 (ORCPT ); Tue, 5 Jun 2007 15:38:56 -0400 In-Reply-To: <20070605141252.15650.91283.sendpatchset@localhost.localdomain> Sender: netdev-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: Patrick McHardy Date: Tue, 5 Jun 2007 16:12:52 +0200 (MEST) > [NETLINK]: Mark netlink policies const > > Signed-off-by: Patrick McHardy This one looks good enough for 2.6.22, as I consider more accurate typing a way to prevent and find bugs. So I'll apply this one now, thanks!