From: Ben Hutchings Date: Sun, 26 Sep 2010 04:55:13 +0000 (+0100) Subject: TOMOYO: Don't abuse sys_getpid(), sys_getppid() X-Git-Tag: v2.6.36-rc6~14^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8da96e87d349e9035345293093ecc74792fb96a;p=pandora-kernel.git TOMOYO: Don't abuse sys_getpid(), sys_getppid() 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 Acked-by: Tetsuo Handa Signed-off-by: James Morris --- Reading git-diff-tree failed