Re: [PATCH v5 2/2] procfs/dmabuf: Add inode number to /proc/*/fdinfo

From: Kalesh Singh
Date: Mon Feb 08 2021 - 12:48:38 EST


On Mon, Feb 8, 2021 at 10:22 AM Matthew Wilcox <willy@xxxxxxxxxxxxx> wrote:
>
> On Mon, Feb 08, 2021 at 03:14:28PM +0000, Kalesh Singh wrote:
> > - seq_printf(m, "pos:\t%lli\nflags:\t0%o\nmnt_id:\t%i\n",
> > + seq_printf(m, "pos:\t%lli\nflags:\t0%o\nmnt_id:\t%i\ninode_no:\t%lu\n",
>
> You changed it everywhere but here ...
Ahh sorry I missed this. Will resend with this corrected. Thanks Matthew.
>