Re: [systemd-devel] [PATCH] cgroup: add missing equals for BlockIOWeight

2013-09-16 Thread Colin Walters
On Mon, 2013-09-16 at 09:57 +0800, Gao feng wrote:
 ---
  src/core/cgroup.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks!

___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel


[systemd-devel] [PATCH] cgroup: add missing equals for BlockIOWeight

2013-09-15 Thread Gao feng
---
 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,
-- 
1.8.3.1

___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel