From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751159AbdFBEPo (ORCPT ); Fri, 2 Jun 2017 00:15:44 -0400 Received: from sender-pp-092.zoho.com ([135.84.80.237]:25316 "EHLO sender-pp-092.zoho.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750747AbdFBEPn (ORCPT ); Fri, 2 Jun 2017 00:15:43 -0400 X-Greylist: delayed 906 seconds by postgrey-1.27 at vger.kernel.org; Fri, 02 Jun 2017 00:15:43 EDT DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=zapps768; d=zoho.com; h=from:to:cc:subject:date:message-id; b=iPPcGJoei8/nwXXfr+1x47Cs5FBaf11w3yLfQZJVJS4NBu9yRAqA7Q8w1g19ydN9zSYxs2GX4Fpi 9yplEJ5mpurMN6P+Bd0/Gew3gWcIyNRVN8Yor/TRvjGtIBR8UPgX From: Perr Zhang To: mingo@redhat.com Cc: peterz@infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH] sched/header: Remove a redundant comment. Date: Fri, 2 Jun 2017 11:59:53 +0800 Message-Id: <20170602035953.28949-1-strongbox8@zoho.com> X-Mailer: git-send-email 2.13.0 X-ZohoMailClient: External Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org There is no more set_task_vxid() helper. remove it from the comment. Signed-off-by: Perr Zhang --- include/linux/sched.h | 2 -- 1 file changed, 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); -- 2.13.0