From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: [PATCH 3/4] [NETFILTER]: ebtables: mark matches, targets and watchers __read_mostly Date: Tue, 22 Jan 2008 18:02:15 +0100 Message-ID: <47962197.7080102@trash.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Cc: Netfilter Developer Mailing List To: Jan Engelhardt Return-path: Received: from stinky.trash.net ([213.144.137.162]:53905 "EHLO stinky.trash.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751045AbYAVRCq (ORCPT ); Tue, 22 Jan 2008 12:02:46 -0500 In-Reply-To: Sender: netfilter-devel-owner@vger.kernel.org List-ID: Jan Engelhardt wrote: > commit 110d4caa32e46b7dd78e6b59518e0137fc02a6e4 > Author: Jan Engelhardt > Date: Thu Jan 17 20:12:15 2008 +0100 > > [NETFILTER]: ebtables: mark matches, targets and watchers __read_mostly > > +static const struct nf_logger ebt_ulog_logger __read_mostly = { This breaks compilation. I've removed this and the similar ebt_log change. Just for the future: const and __read_mostly don't mix.