Subject: Re: dynamic sysctl
To: Andrew Brown <atatat@atatdot.net>
From: Jason Thorpe <thorpej@wasabisystems.com>
List: tech-kern
Date: 11/14/2003 11:24:57
On Nov 14, 2003, at 9:48 AM, Andrew Brown wrote:

> and then you have all the mappings for name<->number under net.  for
> the children of those nodes, you simply iterate.

What happens if the name<->number mappings change in between the 
mapping call and the walking?  It's dynamic, so you're going to have to 
expect this.

         -- Jason R. Thorpe <thorpej@wasabisystems.com>