[tip:sched/core] sched/accounting: Fix parameter passing in task_group_account_field

From: tip-bot for Glauber Costa
Date: Tue Dec 06 2011 - 15:23:04 EST


Commit-ID: be726ffd1ef291c04c4d6632ac277afa1c281712
Gitweb: http://git.kernel.org/tip/be726ffd1ef291c04c4d6632ac277afa1c281712
Author: Glauber Costa <glommer@xxxxxxxxxxxxx>
AuthorDate: Fri, 2 Dec 2011 19:58:39 -0200
Committer: Ingo Molnar <mingo@xxxxxxx>
CommitDate: Tue, 6 Dec 2011 20:51:24 +0100

sched/accounting: Fix parameter passing in task_group_account_field

The order of parameters is inverted. The index parameter
should come first.

Signed-off-by: Glauber Costa <glommer@xxxxxxxxxxxxx>
Signed-off-by: Peter Zijlstra <a.p.zijlstra@xxxxxxxxx>
Link: http://lkml.kernel.org/r/1322863119-14225-3-git-send-email-glommer@xxxxxxxxxxxxx
Signed-off-by: Ingo Molnar <mingo@xxxxxxx>
---
kernel/sched/core.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kernel/sched/core.c b/kernel/sched/core.c
index 6e86010..9ac22d2 100644
--- a/kernel/sched/core.c
+++ b/kernel/sched/core.c
@@ -2561,8 +2561,8 @@ struct cgroup_subsys cpuacct_subsys;
struct cpuacct root_cpuacct;
#endif

-static inline void task_group_account_field(struct task_struct *p,
- u64 tmp, int index)
+static inline void task_group_account_field(struct task_struct *p, int index,
+ u64 tmp)
{
#ifdef CONFIG_CGROUP_CPUACCT
struct kernel_cpustat *kcpustat;
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/