[PATCH] pidns: Place under CONFIG_EXPERIMENTAL

Linus Torvalds torvalds at linux-foundation.org
Fri Oct 26 10:55:24 PDT 2007



On Fri, 26 Oct 2007, Eric W. Biederman wrote:
>  
> +#ifndef CONFIG_PID_NS
> +	goto out_put;
> +#endif
> +

No. We don't do crap like this. That's just horrible.

If this is conditional, then we should have conditional versions of 
"create/destroy_pid_namespace()" or something.

		Linus


More information about the Containers mailing list