From: Eric W. Biederman Date: Wed, 13 Dec 2006 08:35:11 +0000 (-0800) Subject: [PATCH] ncpfs: Use struct pid to track the userspace watchdog process X-Git-Tag: v2.6.20-rc1~68 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2154227a2c6cf04e28576b59c684123eb0e81958;p=pandora-kernel.git [PATCH] ncpfs: Use struct pid to track the userspace watchdog process This patch converts the tracking of the user space watchdog process from using a pid_t to use struct pid. This makes us safe from pid wrap around issues and prepares the way for the pid namespace. Signed-off-by: Eric W. Biederman Cc: Petr Vandrovec Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed