[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <541E32E9.2040409@yoshifuji.org>
Date: Sun, 21 Sep 2014 11:07:37 +0900
From: YOSHIFUJI Hideaki <hideaki@...hifuji.org>
To: Hannes Frederic Sowa <hannes@...essinduktion.org>,
netdev@...r.kernel.org
CC: eric.dumazet@...il.com, vyasevich@...il.com,
nicolas.dichtel@...nd.com, kafai@...com,
YOSHIFUJI Hideaki <yoshfuji@...ux-ipv6.org>
Subject: Re: [PATCH net-next 1/8] ipv6: support for fib6_clean_* to update
fn_sernum
Hi,
Hannes Frederic Sowa wrote:
> @@ -71,7 +72,8 @@ static DEFINE_RWLOCK(fib6_walker_lock);
> #define FWS_INIT FWS_L
> #endif
>
> -static void fib6_prune_clones(struct net *net, struct fib6_node *fn);
> +static void fib6_prune_clones(struct net *net, struct fib6_node *fn,
> + u32 sernum);
> static struct rt6_info *fib6_find_prefix(struct net *net, struct fib6_node *fn);
> static struct fib6_node *fib6_repair_tree(struct net *net, struct fib6_node *fn);
> static int fib6_walk(struct fib6_walker_t *w);
> @@ -84,7 +86,7 @@ static int fib6_walk_continue(struct fib6_walker_t *w);
> * result of redirects, path MTU changes, etc.
> */
>
> -static __u32 rt_sernum;
> +static u32 rt_sernum;
>
> static void fib6_gc_timer_cb(unsigned long arg);
>
I don't think you do really convert __u32 to u32
in this series.
--yoshfuji
--
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