diff --git a/daemon/sfdisk.c b/daemon/sfdisk.c index bf62c1dab..ec7746531 100644 --- a/daemon/sfdisk.c +++ b/daemon/sfdisk.c @@ -101,8 +101,7 @@ sfdisk (const char *device, int n, int cyls, int heads, int sectors, * other component. In any case, reread the partition table * unconditionally here. */ - if (do_blockdev_rereadpt (device) == -1) - return -1; + (void) command (NULL, NULL, "blockdev", "--rereadpt", NULL); udev_settle ();