X-Git-Url: http://git.tuebingen.mpg.de/?p=dss.git;a=blobdiff_plain;f=dss.c;h=b9afbc4a8505d1886420d1355bd742dbdd73c756;hp=bb71bc4cef5a86033d94422e0d6cbf32043bb9df;hb=442d1920cb866fb6e0a816d7e175b5cdb8c0e1a8;hpb=1fabb8083d8d0cd3686e95dc673be889fd99e2ce diff --git a/dss.c b/dss.c index bb71bc4..b9afbc4 100644 --- a/dss.c +++ b/dss.c @@ -447,7 +447,7 @@ static int try_to_free_disk_space(int low_disk_space) why = "orphaned"; victim = find_orphaned_snapshot(&sl); if (victim) - goto out; + goto remove; DSS_WARNING_LOG("disk space low and nothing obvious to remove\n"); victim = find_oldest_removable_snapshot(&sl); if (victim)