diff options
author | 2007-05-10 22:23:03 -0700 | |
---|---|---|
committer | 2007-05-11 08:29:35 -0700 | |
commit | 85868995d9d82de5b0de38d695559daddffef893 (patch) | |
tree | d66d265a14739e2c622c8e3ce507e09ffc5200fb /fs/autofs/root.c | |
parent | Explicitly set pgid and sid of init process (diff) | |
download | wireguard-linux-85868995d9d82de5b0de38d695559daddffef893.tar.xz wireguard-linux-85868995d9d82de5b0de38d695559daddffef893.zip |
Use struct pid parameter in copy_process()
Modify copy_process() to take a struct pid * parameter instead of a pid_t.
This simplifies the code a bit and also avoids having to call find_pid() to
convert the pid_t to a struct pid.
Changelog:
- Fixed Badari Pulavarty's comments and passed in &init_struct_pid
from fork_idle().
- Fixed Eric Biederman's comments and simplified this patch and
used a new patch to remove the likely(pid) check.
Signed-off-by: Sukadev Bhattiprolu <sukadev@us.ibm.com>
Cc: Cedric Le Goater <clg@fr.ibm.com>
Cc: Dave Hansen <haveblue@us.ibm.com>
Cc: Serge Hallyn <serue@us.ibm.com>
Cc: Eric Biederman <ebiederm@xmission.com>
Cc: <containers@lists.osdl.org>
Acked-by: Eric W. Biederman <ebiederm@xmission.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/autofs/root.c')
0 files changed, 0 insertions, 0 deletions