commit | 6ba788f50824fb857b4d5f0681a17f3020126389 | [log] [download] |
---|---|---|
author | Kir Kolyshkin <kir@openvz.org> | Thu Aug 26 19:10:42 2010 +0400 |
committer | Kir Kolyshkin <kir@openvz.org> | Thu Aug 26 19:10:42 2010 +0400 |
tree | 53cbc4678f6ab1f874ff6d20343989894f4f98f9 | |
parent | a48cef21433b9c76331fd125d184c1c523f43beb [diff] |
Do not fail to start CT if ioprio is unsupported Some ancient kernels do not support beancounter ioprio which we try to set in ve_ioprio_set(). We correctly report about that with a warning, but return an error code which leads to "CT start failed". Fix that by adding "return 0" statement. Signed-off-by: Kir Kolyshkin <kir@openvz.org>