From 8f218fbdfa767762ef20fe2c79cbcacb74295375 Mon Sep 17 00:00:00 2001 From: Osier Yang Date: Wed, 5 Dec 2012 12:16:28 +0800 Subject: [PATCH] storage: Remove the redundant white lines Pushed under trivial rule. --- src/storage/storage_backend.c | 2 -- 1 file changed, 2 deletions(-) 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) { -- GitLab