From: Eric W. Biederman Date: Tue, 19 Mar 2013 00:03:03 +0000 (-0700) Subject: Fix broken fsys_getppid() X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~144^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=deb60015096102f9842b631dcad98a05001268e9;p=pandora-kernel.git Fix broken fsys_getppid() In particular fsys_getppid always returns the ppid in the initial pid namespace so it does not work for a process in a pid namespace. Fix from Eric Biederman just removes the fast system call path. While it is a little bit sad to see another one of these bite the dust ... I can't imagine that getppid() is really on any real applications critical path. Signed-off-by: Tony Luck --- Reading git-diff-tree failed