[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAHA+R7O2GYo6vTpm9uYPVE+jamdYRPEZo5301=NnL+Zw7vmxpg@mail.gmail.com>
Date: Mon, 6 Oct 2014 10:58:09 -0700
From: Cong Wang <cwang@...pensource.com>
To: Hannes Frederic Sowa <hannes@...essinduktion.org>
Cc: netdev <netdev@...r.kernel.org>, hideaki@...hifuji.org,
kafai@...com
Subject: Re: [PATCH net-next 5/5] ipv6: don't walk node's leaf during serial
number update
On Mon, Oct 6, 2014 at 1:52 AM, Hannes Frederic Sowa
<hannes@...essinduktion.org> wrote:
> @@ -105,6 +106,10 @@ static int fib6_new_sernum(struct net *net)
> return new;
> }
>
> +enum {
> + FIB6_NO_SERNUM_CHANGE = 0,
> +};
> +
Not sure if it worth an enum definition... seems overkill for me.
--
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