d4ee253068
- add some upstream fixes for 207 - fixed swap activation Resolves: rhbz#1008604
23 lines
854 B
Diff
23 lines
854 B
Diff
From f93999bbdbc9e16322d77bda2a4e44c20040808d Mon Sep 17 00:00:00 2001
|
|
From: Gao feng <gaofeng@cn.fujitsu.com>
|
|
Date: Mon, 16 Sep 2013 09:57:33 +0800
|
|
Subject: [PATCH] cgroup: add missing equals for BlockIOWeight
|
|
|
|
---
|
|
src/core/cgroup.c | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/src/core/cgroup.c b/src/core/cgroup.c
|
|
index 1f41efc..9277dd6 100644
|
|
--- a/src/core/cgroup.c
|
|
+++ b/src/core/cgroup.c
|
|
@@ -92,7 +92,7 @@ void cgroup_context_dump(CGroupContext *c, FILE* f, const char *prefix) {
|
|
"%sBlockIOAccounting=%s\n"
|
|
"%sMemoryAccounting=%s\n"
|
|
"%sCPUShares=%lu\n"
|
|
- "%sBlockIOWeight%lu\n"
|
|
+ "%sBlockIOWeight=%lu\n"
|
|
"%sMemoryLimit=%" PRIu64 "\n"
|
|
"%sMemorySoftLimit=%" PRIu64 "\n"
|
|
"%sDevicePolicy=%s\n",
|