Cedric Le Goater wrote:
> Hello !
>
> Here's a small patchset introducing a new namespace for POSIX
> message queues.
>
> Nothing really complex a part from the mqueue filesystem which
> needed some special care
Hm... Why did you decided to make it separately from the
IPC namespace?
> Thanks for reviewing !
>
> C.
>
Pavel Emelyanov wrote:
> Cedric Le Goater wrote:
>> Hello !
>>
>> Here's a small patchset introducing a new namespace for POSIX
>> message queues.
>>
>> Nothing really complex a part from the mqueue filesystem which
>> needed some special care
>
> Hm... Why did you decided to make it separately from the
> IPC namespace?
Mostly because it has its own configuration option and filesystem
which requires to clone also the mnt namespace.
but yes they could probably be merged. Let's see what the others
have to say about it.
C.