From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [Patch net 8/9] act_ife: move tcfa_lock down to where necessary Date: Tue, 21 Aug 2018 12:43:54 -0700 (PDT) Message-ID: <20180821.124354.1696788997429942616.davem@davemloft.net> References: <20180819192213.14196-9-xiyou.wangcong@gmail.com> <20180820.112952.2052634913677104782.davem@davemloft.net> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, jhs@mojatatu.com, vladbu@mellanox.com To: xiyou.wangcong@gmail.com Return-path: Received: from shards.monkeyblade.net ([23.128.96.9]:37366 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726626AbeHUXFZ (ORCPT ); Tue, 21 Aug 2018 19:05:25 -0400 In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: From: Cong Wang Date: Mon, 20 Aug 2018 16:57:46 -0700 > Passing 'exists' as 'atomic' is prior to my change. With my change, > they are separated as two parameters: I mis-read the patch, thanks for explaining :)