commit | 6a6f6e72eca5ed999689c69d1ac411fe319844a0 | [log] [tgz] |
---|---|---|
author | Wei Liu <wei.liu2@citrix.com> | Wed Sep 11 17:54:02 2013 +0000 |
committer | Stefano Stabellini <stefano.stabellini@eu.citrix.com> | Wed Sep 11 17:54:02 2013 +0000 |
tree | aefcc4c59c7312ee968a2b7897cd01dd0351c0dd | |
parent | 2bad07ce28a0f61c1e776f99aa05f85e4e689e24 [diff] |
xen/balloon: remove BUG_ON in increase_reservation The BUG_ON in increase_reservation is wrong as we have P2M entry ballooned out page set to balloon scratch page, so it might have a valid P2M entry at that point. Signed-off-by: Wei Liu <wei.liu2@citrix.com> Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>