From: Brian Haley <brian.haley@hp.com>
Date: Tue, 15 Apr 2008 10:55:20 -0400
> Denis V. Lunev wrote:
> > +#ifdef NETNS_REFCNT_DEBUG
> > static inline struct net *hold_net(struct net *net)
> > {
> > + if (net == NULL)
> > + return NULL;
> > + atomic_inc(&net->use_count);
> > return net;
> > }
>
> This could be shrunk to:
...
> This one too:
I've checked in Denis's patch with those simplifications added.
Thanks everyone.
_______________________________________________
Containers mailing list
Containers@lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/containers