[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1399605687-18094-1-git-send-email-xiaofeng.yan@huawei.com>
Date: Fri, 9 May 2014 03:21:27 +0000
From: "xiaofeng.yan" <xiaofeng.yan@...wei.com>
To: <linux-kernel@...r.kernel.org>, <mingo@...hat.com>,
<peterz@...radead.org>
CC: <xiaofeng_yan2004@....com>,
"xiaofeng.yan" <xiaofeng.yan@...wei.com>
Subject: [PATCH] sched/rt: Fix a comment in struct sched_dl_entity
Change sched_setscheduler2() to sched_setattr() in the comments.
There isn't function sched_setscheduler2() in the main line.
The previous EDF version defines this function
before being merged into the main line.
User should use sched_setattr() instead of
sched_setscheduler2() now.
Signed-off-by: xiaofeng.yan <xiaofeng.yan@...wei.com>
---
include/linux/sched.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/linux/sched.h b/include/linux/sched.h
index 25f54c7..ed64468 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -1123,8 +1123,8 @@ struct sched_dl_entity {
/*
* Original scheduling parameters. Copied here from sched_attr
- * during sched_setscheduler2(), they will remain the same until
- * the next sched_setscheduler2().
+ * during sched_setattr(), they will remain the same until
+ * the next sched_setattr().
*/
u64 dl_runtime; /* maximum runtime for each instance */
u64 dl_deadline; /* relative deadline of each instance */
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists