diff options
author | Perr Zhang <strongbox8@zoho.com> | 2017-06-02 11:59:53 +0800 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2017-06-05 09:32:42 +0200 |
commit | 9b01d43170aa70a435105f6413759e2ab7e00219 (patch) | |
tree | ab3a4f5ccb65abc1376e5554f094312f06cdd345 /include/linux/sched.h | |
parent | 45aea321678856687927c53972321ebfab77759a (diff) | |
download | lwn-9b01d43170aa70a435105f6413759e2ab7e00219.tar.gz lwn-9b01d43170aa70a435105f6413759e2ab7e00219.zip |
sched/header: Remove leftover, obsolete comment
There is no more set_task_vxid() helper, remove its description.
Signed-off-by: Perr Zhang <strongbox8@zoho.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/20170602035953.28949-1-strongbox8@zoho.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 2b69fc650201..1abaa3728bf7 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -1096,8 +1096,6 @@ static inline struct pid *task_session(struct task_struct *task) * current. * task_xid_nr_ns() : id seen from the ns specified; * - * set_task_vxid() : assigns a virtual id to a task; - * * see also pid_nr() etc in include/linux/pid.h */ pid_t __task_pid_nr_ns(struct task_struct *task, enum pid_type type, struct pid_namespace *ns); |