[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [OSSTEST PATCH 1/3] cr-ensure-disk-space: Fix reference to iteration_proceed
8738d60622c1 "cr-ensure-disk-space: Break out check_space" renamed iteration_continue to iteration_proceed but did not change the call site. Signed-off-by: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx> --- cr-ensure-disk-space | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cr-ensure-disk-space b/cr-ensure-disk-space index 2d299dd..bb98835 100755 --- a/cr-ensure-disk-space +++ b/cr-ensure-disk-space @@ -152,7 +152,7 @@ db_retry($dbh_tests,[], sub { @flights = (); for (;;) { last if check_space(); - iteration_continue(); + iteration_proceed(); } }); -- 2.1.4 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |