diff options
author | Eric W. Biederman <ebiederm@xmission.com> | 2006-10-02 02:17:12 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-02 07:57:13 -0700 |
commit | 5feb8f5f8403d8874a04aac443692dfe83bd63d2 (patch) | |
tree | 8dc23051350f9a4bd22c3172dc570e96e73f3e50 /drivers/char/keyboard.c | |
parent | bbf73147e2d46611fbdcbc126f887c614c32350b (diff) | |
download | op-kernel-dev-5feb8f5f8403d8874a04aac443692dfe83bd63d2.zip op-kernel-dev-5feb8f5f8403d8874a04aac443692dfe83bd63d2.tar.gz |
[PATCH] pid: implement pid_nr
As we stop storing pid_t's and move to storing struct pid *. We need a way to
get the pid_t from the struct pid to report to user space what we have stored.
Having a clean well defined way to do this is especially important as we move
to multiple pid spaces as may need to report a different value to the caller
depending on which pid space the caller is in.
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/char/keyboard.c')
0 files changed, 0 insertions, 0 deletions