[PATCH] pid: export the symbols needed to use struct pid *
authorEric W. Biederman <ebiederm@xmission.com>
Mon, 2 Oct 2006 09:17:11 +0000 (02:17 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 2 Oct 2006 14:57:13 +0000 (07:57 -0700)
commitbbf73147e2d46611fbdcbc126f887c614c32350b
tree1d396e49bab0d19f6712b9a82e939dacce447261
parentc4b92fc112f7be5cce308128236ff75cc98535c3
[PATCH] pid: export the symbols needed to use struct pid *

pids aren't something that drivers should care about.  However there are a lot
of helper layers in the kernel that do care, and are built as modules.  Before
I can convert them to using struct pid instead of pid_t I need to export the
appropriate symbols so they can continue to be built.

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>
kernel/pid.c