[PATCH 2/2] Drivers: hv: hv_balloon: refuse to balloon below the floor

2015-02-19 Thread Vitaly Kuznetsov
When host asks us to balloon up we need to be sure we're not committing suicide by overballooning. Use already existent 'floor' metric as our lowest possible value for free ram. Signed-off-by: Vitaly Kuznetsov --- drivers/hv/hv_balloon.c | 11 +++ 1 file changed, 11 insertions(+) diff

[PATCH 2/2] Drivers: hv: hv_balloon: refuse to balloon below the floor

2015-02-19 Thread Vitaly Kuznetsov
When host asks us to balloon up we need to be sure we're not committing suicide by overballooning. Use already existent 'floor' metric as our lowest possible value for free ram. Signed-off-by: Vitaly Kuznetsov vkuzn...@redhat.com --- drivers/hv/hv_balloon.c | 11 +++ 1 file changed, 11