]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] smbfs: Make conn_pid a struct pid
authorEric W. Biederman <ebiederm@xmission.com>
Wed, 13 Dec 2006 08:35:10 +0000 (00:35 -0800)
committerLinus Torvalds <torvalds@woody.osdl.org>
Wed, 13 Dec 2006 17:05:53 +0000 (09:05 -0800)
commita71113da44063b587b5a4c2fc94c948a14f2bb43
treec2b804232dcda3e403d43977e7329c21e787e242
parent3cec556a84be02bcd8755422eec61f1b9bee4e2f
[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 <ebiederm@xmission.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/smbfs/inode.c
fs/smbfs/proc.c
fs/smbfs/smbiod.c
include/linux/smb_fs_sb.h