[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20141221095946.73edf34a@urahara>
Date: Sun, 21 Dec 2014 09:59:46 -0800
From: Stephen Hemminger <stephen@...workplumber.org>
To: Vadim Kochan <vadim4j@...il.com>
Cc: netdev@...r.kernel.org
Subject: Re: [RFC iproute2 v2] tc: Show classes in tree view
On Sun, 21 Dec 2014 11:47:25 +0200
Vadim Kochan <vadim4j@...il.com> wrote:
> + INIT_HLIST_NODE(c);
> + hlist_add_head(c, &childs);
Since hlist_add_head sets both c->next and c->pprev, the new INIT_HLIST_NODE()
is unnecessary.
--
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