[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAM_iQpVsNdqQPY5p8ZaN6_soBx+TuTT_vjfYWod7LrSuw3ufeA@mail.gmail.com>
Date: Mon, 23 Sep 2019 21:22:02 -0700
From: Cong Wang <xiyou.wangcong@...il.com>
To: Vinicius Costa Gomes <vinicius.gomes@...el.com>
Cc: Linux Kernel Network Developers <netdev@...r.kernel.org>,
Jamal Hadi Salim <jhs@...atatu.com>,
Jiri Pirko <jiri@...nulli.us>,
David Miller <davem@...emloft.net>
Subject: Re: [PATCH net v2] net/sched: cbs: Fix not adding cbs instance to list
On Mon, Sep 23, 2019 at 5:14 PM Vinicius Costa Gomes
<vinicius.gomes@...el.com> wrote:
> @@ -417,12 +421,6 @@ static int cbs_init(struct Qdisc *sch, struct nlattr *opt,
> if (err)
> return err;
>
> - if (!q->offload) {
> - spin_lock(&cbs_list_lock);
> - list_add(&q->cbs_list, &cbs_list);
> - spin_unlock(&cbs_list_lock);
> - }
> -
> return 0;
These two return's now can be folded into one, right?
Powered by blists - more mailing lists