]> git.ipfire.org Git - thirdparty/lxc.git/commit
shut up freezer_state
authorSerge Hallyn <serge.hallyn@ubuntu.com>
Thu, 16 Jan 2014 14:41:44 +0000 (08:41 -0600)
committerSerge Hallyn <serge.hallyn@ubuntu.com>
Thu, 16 Jan 2014 14:41:44 +0000 (08:41 -0600)
commite8d07ef2058baa04f42561533e121bf37c886e29
tree83bcba02f2a07c2864423823238f6c7fc7508d52
parent387993549317e2be54c030114c0de73f835fa351
shut up freezer_state

Not being able to get freezer state is perfectly valid - if the
container does not exist.  The old version of freezer_state
only reported an error on actually reading the cgroup file,
but not on not finding a cgroup file.  Leave it to the caller
to report the error if it is important, since we don't actually
know any useful info here anyway.

Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
src/lxc/cgroup.c