Staging
v0.5.1
https://github.com/torvalds/linux
Revision a71113da44063b587b5a4c2fc94c948a14f2bb43 authored by Eric W. Biederman on 13 December 2006, 08:35:10 UTC, committed by Linus Torvalds on 13 December 2006, 17:05:53 UTC
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>
1 parent 3cec556
History
Tip revision: a71113da44063b587b5a4c2fc94c948a14f2bb43 authored by Eric W. Biederman on 13 December 2006, 08:35:10 UTC
[PATCH] smbfs: Make conn_pid a struct pid
Tip revision: a71113d
File Mode Size
Documentation
arch
block
crypto
drivers
fs
include
init
ipc
kernel
lib
mm
net
scripts
security
sound
usr
.gitignore -rw-r--r-- 547 bytes
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 88.5 KB
Kbuild -rw-r--r-- 1.2 KB
MAINTAINERS -rw-r--r-- 75.2 KB
Makefile -rw-r--r-- 49.2 KB
README -rw-r--r-- 16.5 KB
REPORTING-BUGS -rw-r--r-- 3.0 KB

README

back to top