From: Eric W. Biederman Date: Wed, 13 Dec 2006 08:35:10 +0000 (-0800) Subject: [PATCH] smbfs: Make conn_pid a struct pid X-Git-Tag: v2.6.20-rc1~69 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a71113da44063b587b5a4c2fc94c948a14f2bb43;p=pandora-kernel.git [PATCH] smbfs: Make conn_pid a struct pid smbfs keeps track of the user space server process in conn_pid. This converts that track to use a struct pid instead of pid_t. This keeps us safe from pid wrap around issues and prepares the way for the pid namespace. Signed-off-by: Eric W. Biederman Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed