chiark / gitweb /
cgroup: only check once when mode is UNIT_CHECK
authorGao feng <gaofeng@cn.fujitsu.com>
Mon, 26 Aug 2013 02:36:45 +0000 (10:36 +0800)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 28 Aug 2013 12:04:56 +0000 (08:04 -0400)
commita255a7f1442590b95a54227636ed0e66398fb4ff
tree973210eea52df7b98fc6c004cc47a5ffbcb0b766
parentad7bfffde594bf141e13f17e8d8214bfa29ea635
cgroup: only check once when mode is UNIT_CHECK

If the mode is UNIT_CHECK,it means we only want to check if
the paramaters are valid. the first round of cycle already
did this check, no need to check again.
src/core/dbus-unit.c