[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAHA+R7OC21aFeB6UK4tyK7KnRBm1EhG+zbHN3wZKvuhP1vx0-A@mail.gmail.com>
Date: Mon, 6 Oct 2014 10:26:33 -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 2/5] ipv6: make rt_sernum atomic and serial
number fields ordinary ints
On Mon, Oct 6, 2014 at 1:52 AM, Hannes Frederic Sowa
<hannes@...essinduktion.org> wrote:
> @@ -1598,7 +1601,7 @@ static void fib6_prune_clones(struct net *net, struct fib6_node *fn)
>
> static int fib6_update_sernum(struct rt6_info *rt, void *arg)
> {
> - __u32 sernum = *(__u32 *)arg;
> + int sernum = *(__u32 *)arg;
Should be *(int *) arg?
--
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