From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jamal Hadi Salim Subject: Re: [PATCH net-next v4 7/8] net_sched: convert tc_action_ops to use struct list_head Date: Wed, 18 Dec 2013 09:40:54 -0500 Message-ID: <52B1B3F6.4070804@mojatatu.com> References: <1387167311-14763-1-git-send-email-xiyou.wangcong@gmail.com> <1387167311-14763-8-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-f182.google.com ([209.85.223.182]:43373 "EHLO mail-ie0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754577Ab3LROk6 (ORCPT ); Wed, 18 Dec 2013 09:40:58 -0500 Received: by mail-ie0-f182.google.com with SMTP id as1so10362467iec.13 for ; Wed, 18 Dec 2013 06:40:58 -0800 (PST) In-Reply-To: <1387167311-14763-8-git-send-email-xiyou.wangcong@gmail.com> Sender: netdev-owner@vger.kernel.org List-ID: On 12/15/13 23:15, Cong Wang wrote: > We don't need to maintain our own singly linked list code. > > Cc: Jamal Hadi Salim > Cc: David S. Miller > Signed-off-by: Cong Wang > --- nice! Signed-off-by: Jamal Hadi Salim cheers, jamal