From: Osier Yang Date: Wed, 5 Dec 2012 04:16:28 +0000 (+0800) Subject: storage: Remove the redundant white lines X-Git-Tag: v1.0.1-rc1~83 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f218fbdfa767762ef20fe2c79cbcacb74295375;p=thirdparty%2Flibvirt.git storage: Remove the redundant white lines Pushed under trivial rule. --- diff --git a/src/storage/storage_backend.c b/src/storage/storage_backend.c index 41a19a1438..83c4755e3a 100644 --- a/src/storage/storage_backend.c +++ b/src/storage/storage_backend.c @@ -337,7 +337,6 @@ createRawFile(int fd, virStorageVolDefPtr vol, if (remain) { if (track_allocation_progress) { - while (remain) { /* Allocate in chunks of 512MiB: big-enough chunk * size and takes approx. 9s on ext3. A progress @@ -363,7 +362,6 @@ createRawFile(int fd, virStorageVolDefPtr vol, goto cleanup; } } - } if (fsync(fd) < 0) {