From: Eric W. Biederman Date: Wed, 13 Dec 2006 08:35:10 +0000 (-0800) Subject: [PATCH] n_r3964: Use struct pid to track user space clients X-Git-Tag: v2.6.20-rc1~70 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3cec556a84be02bcd8755422eec61f1b9bee4e2f;p=pandora-kernel.git [PATCH] n_r3964: Use struct pid to track user space clients Currently this driver tracks user space clients it should send signals to. In the presenct of file descriptor passing this is appears susceptible to confusion from pid wrap around issues. Replacing this with a struct pid prevents us from getting confused, and prepares for a pid namespace implementation. Signed-off-by: Eric W. Biederman Cc: David Woodhouse Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed