2007-11-28 18:33:59

by Pavel Emelyanov

[permalink] [raw]
Subject: Re: [patch -mm 0/4] mqueue namespace

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.
>


2007-11-29 09:52:42

by Cédric Le Goater

[permalink] [raw]
Subject: Re: [patch -mm 0/4] mqueue namespace

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.