From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [Patch net-next] net_sched: cancel nest attribute on failure in tcf_exts_dump() Date: Thu, 17 Jul 2014 14:59:17 -0700 (PDT) Message-ID: <20140717.145917.1290089820359385864.davem@davemloft.net> References: <1405545931-13832-1-git-send-email-xiyou.wangcong@gmail.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, jhs@mojatatu.com, cwang@twopensource.com To: xiyou.wangcong@gmail.com Return-path: Received: from shards.monkeyblade.net ([149.20.54.216]:40996 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757755AbaGQV7R (ORCPT ); Thu, 17 Jul 2014 17:59:17 -0400 In-Reply-To: <1405545931-13832-1-git-send-email-xiyou.wangcong@gmail.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Cong Wang Date: Wed, 16 Jul 2014 14:25:30 -0700 > From: Cong Wang > > Like other places, we need to cancel the nest attribute after > we start. Fortunately the netlink message will not be sent on > failure, so it's not a big problem at all. > > Cc: Jamal Hadi Salim > Cc: "David S. Miller" > Signed-off-by: Cong Wang > Signed-off-by: Cong Wang Applied, thanks.