[PATCH 2/2] Uninline find_pid etc set of functions

2007-09-24 Thread Pavel Emelyanov
The find_pid/_vpid/_pid_ns functions are used to find the struct pid by its id, depending on whic id - global or virtual - is used. The find_vpid() is a macro that pushes the current->nsproxy->pid_ns on the stack to call another function - find_pid_ns(). It turned out, that this dereference

[PATCH 2/2] Uninline find_pid etc set of functions

2007-09-24 Thread Pavel Emelyanov
The find_pid/_vpid/_pid_ns functions are used to find the struct pid by its id, depending on whic id - global or virtual - is used. The find_vpid() is a macro that pushes the current-nsproxy-pid_ns on the stack to call another function - find_pid_ns(). It turned out, that this dereference