commit | 3dd4ea69b43c2ebb354b11c81e3dacfeffe5b65f | [log] [tgz] |
---|---|---|
author | Brendan Jackman <brendan.jackman@arm.com> | Fri Nov 25 16:04:34 2016 +0000 |
committer | Brendan Jackman <brendan.jackman@arm.com> | Fri Nov 25 18:11:23 2016 +0000 |
tree | 6ea99540405cf6d0af4fecc12043c695dabd17db | |
parent | e45fcca385beb424fb979cf7bc2b1cfb3f05c6e5 [diff] |
cgroups: Remove quotes from grep expressions in move_all_tasks_to These quotes end up being passed literally into the shutils function arguments (i.e $3 is '-e', $4 is '"foo"') which means that the grep command never finds matches. `exclude` is a list of comms, which don't have spaces in them, so we can just remove the quotes.