Re: [RFC][PATCH 04/20] pspace: Allow multiple instaces of theprocess id namespace

From: Eric W. Biederman
Date: Sat Feb 11 2006 - 05:11:33 EST


Kirill Korotaev <dev@xxxxx> writes:

> Eric,
>
> All my commments are inline below.
>
>> This patch modifies the fork/exit, signal handling, and pid and
>> process group manipulating syscalls to support multiple process
>> spaces, and implements the data for allow multiple instaces of the pid
>> namespace.
>
> [ ... skipped .... ]
>
>> +extern struct pspace init_pspace;
>> +
>> +#define INVALID_PID 0x7fffffff
> <<<< what is it for?

It is a hold over from an earlier version that never got deleted. oops.

Eric
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/