]> git.ipfire.org Git - thirdparty/libvirt.git/commit
openvz: determine kb/pages only once
authorGuido Günther <agx@sigxcpu.org>
Mon, 7 May 2012 21:00:28 +0000 (23:00 +0200)
committerGuido Günther <agx@sigxcpu.org>
Tue, 15 May 2012 12:39:14 +0000 (14:39 +0200)
commit80fd8367c9ed8f89145d374523b118bbb5a91b58
tree1066eec54b5df7c6e7f4beeb92f4add9bdd37e08
parentc086af6b9b2296e2ab45e571f0fdfca097f7f127
openvz: determine kb/pages only once

to save some syscalls (as suggested by Eric Blake)
src/Makefile.am
src/openvz/openvz_conf.c
src/openvz/openvz_driver.c
src/openvz/openvz_util.c [new file with mode: 0644]
src/openvz/openvz_util.h [new file with mode: 0644]