From e88e5e47a93012ca8555730639077298447825c6 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Tue, 18 Sep 2001 20:28:46 +0000 Subject: merge from 7-2-branch --- autopart.py | 1 + 1 file changed, 1 insertion(+) diff --git a/autopart.py b/autopart.py index 148a34bc4..657b364d8 100644 --- a/autopart.py +++ b/autopart.py @@ -543,6 +543,7 @@ def growParts(diskset, requests, newParts): # binary search # print "start min, max, cur, diffs = ",min,max,cur,diff,lastDiff inner_iter = 0 + ret = PARTITION_SUCCESS # request succeeded with initial size while (max != min) and (lastDiff != diff) and (inner_iter < 2000): # printNewRequestsCyl(diskset, newRequest) -- cgit