]> Git Repo - linux.git/blobdiff - drivers/xen/balloon.c
ixgbe: Look up MAC address in Open Firmware or IDPROM
[linux.git] / drivers / xen / balloon.c
index 1e0a317d3dcdda5b6041ae8481006f1d1479934b..3860d02729dcc4909798d778fa28f3c71c6eec8f 100644 (file)
@@ -167,6 +167,9 @@ static struct page *balloon_next_page(struct page *page)
 
 static enum bp_state update_schedule(enum bp_state state)
 {
+       if (state == BP_ECANCELED)
+               return BP_ECANCELED;
+
        if (state == BP_DONE) {
                balloon_stats.schedule_delay = 1;
                balloon_stats.retry_count = 1;
This page took 0.047869 seconds and 4 git commands to generate.