[PATCH 1/8 net-2.6.26] [NETNS]: Make netns refconting debug like a socket one.

David Miller davem at davemloft.net
Wed Apr 16 01:58:29 PDT 2008


From: Brian Haley <brian.haley at 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.


More information about the Containers mailing list