> > > > > For each fd the information is provided in the following format:
> > > > >
> > > > > pos: 1234
> > > > > flags:012
> > > >
> > > > Octal? Maybe we should use more traditional hex here?
> >
> > It's octal in , so it's easier for a human to read.
> >
> > > Good point. The
Hi!
> > > > For each fd the information is provided in the following format:
> > > >
> > > > pos:1234
> > > > flags: 012
> > >
> > > Octal? Maybe we should use more traditional hex here?
>
> It's octal in , so it's easier for a human to read.
>
> > Good point. The O_foo flags are per
On Sun, 2007-03-25 at 15:45 -0800, Andrew Morton wrote:
> On Sat, 24 Mar 2007 23:04:09 +0100 Miklos Szeredi <[EMAIL PROTECTED]> wrote:
>
> > This patch adds support for finding out the current file position,
> > open flags and possibly other info in the future.
> >
> > These new entries are added
> > Hi!
> >
> > > From: Miklos Szeredi <[EMAIL PROTECTED]>
> > >
> > > This patch adds support for finding out the current file position,
> > > open flags and possibly other info in the future.
> > >
> > > These new entries are added:
> > >
> > > /proc/PID/fdinfo/FD
> > > /proc/PID/task/TID
On Tue, 27 Mar 2007 21:24:20 +
Pavel Machek <[EMAIL PROTECTED]> wrote:
> Hi!
>
> > From: Miklos Szeredi <[EMAIL PROTECTED]>
> >
> > This patch adds support for finding out the current file position,
> > open flags and possibly other info in the future.
> >
> > These new entries are added:
>
On Tue, 27 March 2007 21:24:20 +, Pavel Machek wrote:
> > From: Miklos Szeredi <[EMAIL PROTECTED]>
> >
> > This patch adds support for finding out the current file position,
> > open flags and possibly other info in the future.
> >
> > These new entries are added:
> >
> > /proc/PID/fdinfo/
Hi!
> From: Miklos Szeredi <[EMAIL PROTECTED]>
>
> This patch adds support for finding out the current file position,
> open flags and possibly other info in the future.
>
> These new entries are added:
>
> /proc/PID/fdinfo/FD
> /proc/PID/task/TID/fdinfo/FD
>
> For each fd the information
On Tue, 27 Mar 2007 09:08:35 +0200 Miklos Szeredi <[EMAIL PROTECTED]> wrote:
> > > This patch adds support for finding out the current file position,
> > > open flags and possibly other info in the future.
> >
> > fs/proc/base.c: In function 'proc_lookupfdinfo':
> > fs/proc/base.c:1584: warning:
> > This patch adds support for finding out the current file position,
> > open flags and possibly other info in the future.
>
> fs/proc/base.c: In function 'proc_lookupfdinfo':
> fs/proc/base.c:1584: warning: passing argument 3 of 'proc_lookupfd_common'
> from incompatible pointer type
> fs/proc
On Sat, 24 Mar 2007 23:04:09 +0100
Miklos Szeredi <[EMAIL PROTECTED]> wrote:
> This patch adds support for finding out the current file position,
> open flags and possibly other info in the future.
fs/proc/base.c: In function 'proc_lookupfdinfo':
fs/proc/base.c:1584: warning: passing argument 3 o
> > This patch adds support for finding out the current file position,
> > open flags and possibly other info in the future.
> > These new entries are added:
> >
> > /proc/PID/fdinfo/FD
> > /proc/PID/task/TID/fdinfo/FD
> > For each fd the information is provided in the following format:
> > po
On Sunday March 25, [EMAIL PROTECTED] wrote:
> On Sat, 24 Mar 2007 23:04:09 +0100 Miklos Szeredi <[EMAIL PROTECTED]> wrote:
>
> > This patch adds support for finding out the current file position,
> > open flags and possibly other info in the future.
> >
> > These new entries are added:
> >
> >
On Sat, 24 Mar 2007 23:04:09 +0100 Miklos Szeredi <[EMAIL PROTECTED]> wrote:
> This patch adds support for finding out the current file position,
> open flags and possibly other info in the future.
>
> These new entries are added:
>
> /proc/PID/fdinfo/FD
> /proc/PID/task/TID/fdinfo/FD
>
> F
From: Miklos Szeredi <[EMAIL PROTECTED]>
This patch adds support for finding out the current file position,
open flags and possibly other info in the future.
These new entries are added:
/proc/PID/fdinfo/FD
/proc/PID/task/TID/fdinfo/FD
For each fd the information is provided in the followin
14 matches
Mail list logo