commit | 40095de1f9082f058970b985a96d2fbef43f94f4 | [log] [tgz] |
---|---|---|
author | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | Mon Mar 14 11:42:40 2011 -0400 |
committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | Wed Mar 16 10:04:58 2011 -0400 |
tree | 0454ff9852d3894b2f740a72fe5b039f26eed13c | |
parent | 95d2ac4a0c904942a4fecf815781ebd4171e7a30 [diff] |
xen/balloon: Remove pr_info's and don't alter retry_count In the past the retry_count (in other form of this code) was zero. Meaning retry forever. Do the same thing here without changing it to the value 16. Also remove some of the pr_info as there is no need to spam the user. Acked-by: Ian Campbell <Ian.Campbell@eu.citrix.com> Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>