From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next 0/4] ipv6: fix the reassembly expire code in nf_conntrack Date: Mon, 17 Sep 2012 22:53:04 -0400 (EDT) Message-ID: <20120917.225304.1071254088219136410.davem@davemloft.net> References: <1347935656.14402.12.camel@cr0> <20120917.223559.1226100441781312938.davem@davemloft.net> <1347936443.14402.15.camel@cr0> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, netfilter-devel@vger.kernel.org, herbert@gondor.hengli.com.au To: amwang@redhat.com Return-path: Received: from shards.monkeyblade.net ([149.20.54.216]:36028 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755912Ab2IRCxH (ORCPT ); Mon, 17 Sep 2012 22:53:07 -0400 In-Reply-To: <1347936443.14402.15.camel@cr0> Sender: netfilter-devel-owner@vger.kernel.org List-ID: From: Cong Wang Date: Tue, 18 Sep 2012 10:47:23 +0800 > I will remove this #ifdef and resend the whole patchset. Or, alternatively, use IS_ENABLED() or a similar test which will take the modular case into account.