[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <54D37468.6040508@6wind.com>
Date: Thu, 05 Feb 2015 14:47:20 +0100
From: Nicolas Dichtel <nicolas.dichtel@...nd.com>
To: David Ahern <dsahern@...il.com>, netdev@...r.kernel.org
CC: ebiederm@...ssion.com
Subject: Re: [RFC PATCH 02/29] net: Flip net_device to use net_ctx
Le 05/02/2015 02:34, David Ahern a écrit :
> +static inline
> +int dev_net_ctx_eq(const struct net_device *dev, struct net_ctx *ctx)
> +{
> + if (net_eq(dev_net(dev), ctx->net))
> + return 1;
Why not using net_ctx_eq()?
--
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