From: Alexey Dobriyan <[EMAIL PROTECTED]>
Date: Tue, 25 Nov 2008 20:26:35 +0300

> To avoid unnecessary complications with passing netns around.
> 
> * set once, very early after allocating
> * once set, never changes
> 
> For a while create every xfrm_state in init_net.
> 
> Signed-off-by: Alexey Dobriyan <[EMAIL PROTECTED]>

Applied.

> @@ -223,6 +226,11 @@ struct xfrm_state
>       void                    *data;
>  };
>  
> +static inline struct net *xs_net(struct xfrm_state *x)
> +{
> +     return read_pnet(&x->xs_net);
> +}
> +
>  /* xflags - make enum if more show up */

Look mom, no ifdefs!  Amazing!
_______________________________________________
Containers mailing list
[EMAIL PROTECTED]
https://lists.linux-foundation.org/mailman/listinfo/containers

_______________________________________________
Devel mailing list
Devel@openvz.org
https://openvz.org/mailman/listinfo/devel

Reply via email to