From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH 5/5] net_sched: Fail if missing mandatory action operation methods Date: Tue, 03 Dec 2013 23:04:58 -0500 (EST) Message-ID: <20131203.230458.2235591505267470563.davem@davemloft.net> References: <1386080600-4067-6-git-send-email-jhs@mojatatu.com> <20131203.114834.106107332355850481.davem@davemloft.net> <529E7AA8.4030906@mojatatu.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, eric.dumazet@gmail.com, alexander.h.duyck@intel.com, ebiederm@xmission.com To: jhs@mojatatu.com Return-path: Received: from shards.monkeyblade.net ([149.20.54.216]:39139 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752477Ab3LDEFD (ORCPT ); Tue, 3 Dec 2013 23:05:03 -0500 In-Reply-To: <529E7AA8.4030906@mojatatu.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Jamal Hadi Salim Date: Tue, 03 Dec 2013 19:43:20 -0500 > On 12/03/13 11:48, David Miller wrote: > >> You are going to return with a lock held on error here. >> >> I was going to tell you not to do these fixups so late in the >> function, inside of the write lock, there is no reason for it. >> >> You should do all of this operation handling at the top of >> the function, before the write lock is taken. >> > > yikes;-> > do you want the whole set resent or the last one only? Whole set please.