From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexey Dobriyan Subject: Re: [RFC PATCH net-next 1/5]IPv6:netfilter: defrag:Introduce net namespace Date: Wed, 24 Feb 2010 09:48:38 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Cc: netdev@vger.kernel.org To: shanwei@cn.fujitsu.com Return-path: Received: from mail-iw0-f177.google.com ([209.85.223.177]:34911 "EHLO mail-iw0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755513Ab0BXHsi (ORCPT ); Wed, 24 Feb 2010 02:48:38 -0500 Received: by iwn7 with SMTP id 7so3946629iwn.4 for ; Tue, 23 Feb 2010 23:48:38 -0800 (PST) Sender: netdev-owner@vger.kernel.org List-ID: > - .procname = "nf_conntrack_frag6_timeout", > - .data = &nf_init_frags.timeout, > - .maxlen = sizeof(unsigned int), > - .mode = 0644, > - .proc_handler = proc_dointvec_jiffies, Why are you removing sysctls?