Blame 0020-cgroup-add-missing-equals-for-BlockIOWeight.patch
|
Harald Hoyer |
d4ee25 |
From f93999bbdbc9e16322d77bda2a4e44c20040808d Mon Sep 17 00:00:00 2001
|
|
Harald Hoyer |
d4ee25 |
From: Gao feng <gaofeng@cn.fujitsu.com>
|
|
Harald Hoyer |
d4ee25 |
Date: Mon, 16 Sep 2013 09:57:33 +0800
|
|
Harald Hoyer |
d4ee25 |
Subject: [PATCH] cgroup: add missing equals for BlockIOWeight
|
|
Harald Hoyer |
d4ee25 |
|
|
Harald Hoyer |
d4ee25 |
---
|
|
Harald Hoyer |
d4ee25 |
src/core/cgroup.c | 2 +-
|
|
Harald Hoyer |
d4ee25 |
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
Harald Hoyer |
d4ee25 |
|
|
Harald Hoyer |
d4ee25 |
diff --git a/src/core/cgroup.c b/src/core/cgroup.c
|
|
Harald Hoyer |
d4ee25 |
index 1f41efc..9277dd6 100644
|
|
Harald Hoyer |
d4ee25 |
--- a/src/core/cgroup.c
|
|
Harald Hoyer |
d4ee25 |
+++ b/src/core/cgroup.c
|
|
Harald Hoyer |
d4ee25 |
@@ -92,7 +92,7 @@ void cgroup_context_dump(CGroupContext *c, FILE* f, const char *prefix) {
|
|
Harald Hoyer |
d4ee25 |
"%sBlockIOAccounting=%s\n"
|
|
Harald Hoyer |
d4ee25 |
"%sMemoryAccounting=%s\n"
|
|
Harald Hoyer |
d4ee25 |
"%sCPUShares=%lu\n"
|
|
Harald Hoyer |
d4ee25 |
- "%sBlockIOWeight%lu\n"
|
|
Harald Hoyer |
d4ee25 |
+ "%sBlockIOWeight=%lu\n"
|
|
Harald Hoyer |
d4ee25 |
"%sMemoryLimit=%" PRIu64 "\n"
|
|
Harald Hoyer |
d4ee25 |
"%sMemorySoftLimit=%" PRIu64 "\n"
|
|
Harald Hoyer |
d4ee25 |
"%sDevicePolicy=%s\n",
|