From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: [Patch nf] xt_hashlimit: use s->file instead of s->private Date: Tue, 11 Sep 2018 01:33:14 +0200 Message-ID: <20180910233314.x7vmdb5f6s6ekpy6@salvia> References: <20180905184131.10269-1-xiyou.wangcong@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netdev@vger.kernel.org, netfilter-devel@vger.kernel.org, hvtaifwkbgefbaei@gmail.com, Christoph Hellwig To: Cong Wang Return-path: Received: from mail.us.es ([193.147.175.20]:33208 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725985AbeIKE3m (ORCPT ); Tue, 11 Sep 2018 00:29:42 -0400 Received: from antivirus1-rhel7.int (unknown [192.168.2.11]) by mail.us.es (Postfix) with ESMTP id A3BC4505551 for ; Tue, 11 Sep 2018 01:33:17 +0200 (CEST) Received: from antivirus1-rhel7.int (localhost [127.0.0.1]) by antivirus1-rhel7.int (Postfix) with ESMTP id 927F5BAAAD for ; Tue, 11 Sep 2018 01:33:17 +0200 (CEST) Content-Disposition: inline In-Reply-To: <20180905184131.10269-1-xiyou.wangcong@gmail.com> Sender: netdev-owner@vger.kernel.org List-ID: On Wed, Sep 05, 2018 at 11:41:31AM -0700, Cong Wang wrote: > After switching to the new procfs API, it is supposed to > retrieve the private pointer from PDE_DATA(file_inode(s->file)), > s->private is no longer referred. Applied, thanks.