Re: [systemd-devel] [PATCH] blkio: fix incorrect setting of cpu_shares

2013-08-23 Thread Zbigniew Jędrzejewski-Szmek
On Fri, Aug 23, 2013 at 05:53:23PM +0800, Gao feng wrote: > We should set up blockio_weight not cpu_shares. > > Signed-off-by: Gao feng No need for signed-of-by. > --- > src/core/dbus-cgroup.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/core/dbus-cgroup.c b/src

[systemd-devel] [PATCH] blkio: fix incorrect setting of cpu_shares

2013-08-23 Thread Gao feng
We should set up blockio_weight not cpu_shares. Signed-off-by: Gao feng --- src/core/dbus-cgroup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/dbus-cgroup.c b/src/core/dbus-cgroup.c index 8ad3d11..9e97b20 100644 --- a/src/core/dbus-cgroup.c +++ b/src/core/dbus-cg