TOMOYO: Don't abuse sys_getpid(), sys_getppid()
authorBen Hutchings <ben@decadent.org.uk>
Sun, 26 Sep 2010 04:55:13 +0000 (05:55 +0100)
committerJames Morris <jmorris@namei.org>
Mon, 27 Sep 2010 00:53:18 +0000 (10:53 +1000)
System call entry functions sys_*() are never to be called from
general kernel code.  The fact that they aren't declared in header
files should have been a clue.  These functions also don't exist on
Alpha since it has sys_getxpid() instead.

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Acked-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Signed-off-by: James Morris <jmorris@namei.org>

No differences found