commit | 49c0ece3db881541151f3ed0a96ec2fd3a7aa2e1 | [log] [download] |
---|---|---|
author | Kir Kolyshkin <kir@openvz.org> | Fri Apr 20 05:17:30 2012 +0400 |
committer | Kir Kolyshkin <kir@openvz.org> | Fri Apr 20 05:19:35 2012 +0400 |
tree | d2690c707e1ab10e0d6096803a0b3fb0c16bf2df | |
parent | f1c6d128c916841954dd0807a858115b48c96240 [diff] |
vzlist: introduce and use FOR_ALL_UBC macro This is mostly to save a few lines of code and make sure that if we ever add a new beancounter it will be easier to add it to vzlist code. Unfortunately we can't use this macro with UBC_FIELD. Signed-off-by: Kir Kolyshkin <kir@openvz.org>