[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAM_iQpV9Z_K7DRrYLF+hO=_nqEWYoEstuEEGunG1knXe_KB-DQ@mail.gmail.com>
Date: Wed, 18 Dec 2013 16:48:50 -0800
From: Cong Wang <xiyou.wangcong@...il.com>
To: Linux Kernel Network Developers <netdev@...r.kernel.org>
Cc: Cong Wang <xiyou.wangcong@...il.com>,
Jamal Hadi Salim <jhs@...atatu.com>,
"David S. Miller" <davem@...emloft.net>
Subject: Re: [Patch net-next 1/4] net_sched: act: clean up notification functions
On Wed, Dec 18, 2013 at 4:36 PM, Cong Wang <xiyou.wangcong@...il.com> wrote:
> - if (ret > 0)
> - return 0;
> - return ret;
> - }
> + else /* delete */
> + ret = tcf_del_notify(net, n, &actions, portid);
This piece doesn't look correct. :-) I will fix it.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists