mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-23 06:05:27 +00:00
storage: Remove the redundant white lines
Pushed under trivial rule.
This commit is contained in:
parent
149fa591c1
commit
8f218fbdfa
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user