|
@@ -435,6 +435,7 @@ struct pid *get_task_pid(struct task_struct *task, enum pid_type type)
|
|
|
rcu_read_unlock();
|
|
|
return pid;
|
|
|
}
|
|
|
+EXPORT_SYMBOL_GPL(get_task_pid);
|
|
|
|
|
|
struct task_struct *get_pid_task(struct pid *pid, enum pid_type type)
|
|
|
{
|
|
@@ -446,6 +447,7 @@ struct task_struct *get_pid_task(struct pid *pid, enum pid_type type)
|
|
|
rcu_read_unlock();
|
|
|
return result;
|
|
|
}
|
|
|
+EXPORT_SYMBOL_GPL(get_pid_task);
|
|
|
|
|
|
struct pid *find_get_pid(pid_t nr)
|
|
|
{
|