From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jamal Hadi Salim Subject: Re: [Patch net-next 2/7] net_sched: act: clean up notification functions Date: Sun, 12 Jan 2014 07:38:00 -0500 Message-ID: <52D28CA8.7070905@mojatatu.com> References: <1389312845-10304-1-git-send-email-xiyou.wangcong@gmail.com> <1389312845-10304-3-git-send-email-xiyou.wangcong@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: "David S. Miller" To: Cong Wang , netdev@vger.kernel.org Return-path: Received: from mail-ie0-f180.google.com ([209.85.223.180]:34820 "EHLO mail-ie0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751305AbaALMiE (ORCPT ); Sun, 12 Jan 2014 07:38:04 -0500 Received: by mail-ie0-f180.google.com with SMTP id ar20so2657618iec.25 for ; Sun, 12 Jan 2014 04:38:03 -0800 (PST) In-Reply-To: <1389312845-10304-3-git-send-email-xiyou.wangcong@gmail.com> Sender: netdev-owner@vger.kernel.org List-ID: On 01/09/14 19:14, Cong Wang wrote: > Refactor tcf_add_notify() and factor out tcf_del_notify(). > > Cc: Jamal Hadi Salim > Cc: David S. Miller > Signed-off-by: Cong Wang Thanks Cong! Signed-off-by: Jamal Hadi Salim