Displaying 1 result from an estimated 1 matches for "c370007".
Did you mean:
370007
2012 Mar 05
2
[PATCH] Remove call to set_autosync.
...need to be
explicitly set.
See also https://bugzilla.redhat.com/show_bug.cgi?id=799798#c6
---
lib/Sys/VirtConvert/GuestfsHandle.pm | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/lib/Sys/VirtConvert/GuestfsHandle.pm b/lib/Sys/VirtConvert/GuestfsHandle.pm
index 01d7eb0..c370007 100644
--- a/lib/Sys/VirtConvert/GuestfsHandle.pm
+++ b/lib/Sys/VirtConvert/GuestfsHandle.pm
@@ -103,9 +103,6 @@ sub new
&$open();
}
- # Enable autosync to defend against data corruption on unclean shutdown
- $g->set_autosync(1);
-
$self->{g} = $g;
$self-...