[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CALCETrW769=r4uXH2RqoQ0cQL2CakfupwAUM2_81Fr8Mo3JX=Q@mail.gmail.com>
Date: Wed, 18 Oct 2017 10:47:32 -0700
From: Andy Lutomirski <luto@...nel.org>
To: Alexey Dobriyan <adobriyan@...il.com>
Cc: Andrei Vagin <avagin@...tuozzo.com>,
Andrew Morton <akpm@...ux-foundation.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
Linux API <linux-api@...r.kernel.org>,
Randy Dunlap <rdunlap@...radead.org>,
Thomas Gleixner <tglx@...utronix.de>,
Djalal Harouni <tixxdz@...il.com>,
Alexey Gladkov <gladkov.alexey@...il.com>
Subject: Re: [1/2,v2] fdmap(2)
> On Oct 18, 2017, at 4:35 AM, Alexey Dobriyan <adobriyan@...il.com> wrote:
>
>> On 10/12/17, Andrei Vagin <avagin@...tuozzo.com> wrote:
>>
>> I'm agree with your points, but I think you choose a wrong set of data
>> to make an example of a new approach.
>>
>> You are talking a lot about statx, but for me it is unclear how fdmap
>> follows the idea of statx. Let's imagine that I want to extend fdmap to
>> return mnt_id for each file descriptor?
>
> fdmap() is standalone thing.
>
> Next step is to design fdinfo(2) (?) which uses descriptors from fdmap(2).
> Extending structures is done as usual: but version, add new fields to the end.
>
I very strongly disagree. If you really want a new interface for
reading out information about other processes, design one that makes
sense as a whole. Don't design it piecemeal. The last thing we need
is a crappy /proc alternative that covers a small fraction of use
cases. And demonstrate that it actually has a material benefit over
fixing /proc.
Meanwhile, why not just fix /proc?
Powered by blists - more mailing lists