[PATCH] ncpfs: Use struct pid to track the userspace watchdog process
authorEric W. Biederman <ebiederm@xmission.com>
Wed, 13 Dec 2006 08:35:11 +0000 (00:35 -0800)
committerLinus Torvalds <torvalds@woody.osdl.org>
Wed, 13 Dec 2006 17:05:53 +0000 (09:05 -0800)
commit2154227a2c6cf04e28576b59c684123eb0e81958
treea568074140eb7b63886a468315cb25224901a7bc
parenta71113da44063b587b5a4c2fc94c948a14f2bb43
[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 <ebiederm@xmission.com>
Cc: Petr Vandrovec <VANDROVE@vc.cvut.cz>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/ncpfs/inode.c
include/linux/ncp_mount.h