summaryrefslogtreecommitdiffstats
path: root/perl-install/partition_table.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/partition_table.pm')
-rw-r--r--perl-install/partition_table.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/partition_table.pm b/perl-install/partition_table.pm
index 249cfbd90..514d5568a 100644
--- a/perl-install/partition_table.pm
+++ b/perl-install/partition_table.pm
@@ -498,7 +498,7 @@ sub write($) {
#- now sync disk and re-read the partition table
if ($hd->{needKernelReread}) {
- sync();
+ common::sync();
$hd->kernel_read;
$hd->{needKernelReread} = 0;
}