]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] pids coding style use struct pidmap in next_pidmap
authorEric W. Biederman <ebiederm@xmission.com>
Mon, 2 Oct 2006 09:17:21 +0000 (02:17 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 2 Oct 2006 14:57:15 +0000 (07:57 -0700)
commitcb1bd4d31cdd689af344f4abaeb378c2b40552fb
treea308559e3a7778d85b7aa5d8486832bdcc9899d6
parenta968bf3143a6f30632f13f66e2b82904a7cae693
[PATCH] pids coding style use struct pidmap in next_pidmap

Use struct pidmap instead of pidmap_t.

This updates my proc: readdir race fix (take 3) patch
to account for the changes made by: Sukadev Bhattiprolu <sukadev@us.ibm.com>
to kill pidmap_t.

Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Cc: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
kernel/pid.c