commit | 2154227a2c6cf04e28576b59c684123eb0e81958 | [log] [tgz] |
---|---|---|
author | Eric W. Biederman <ebiederm@xmission.com> | Wed Dec 13 00:35:11 2006 -0800 |
committer | Linus Torvalds <torvalds@woody.osdl.org> | Wed Dec 13 09:05:53 2006 -0800 |
tree | a568074140eb7b63886a468315cb25224901a7bc | |
parent | a71113da44063b587b5a4c2fc94c948a14f2bb43 [diff] |
[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>