daemon: In sfdisk call blockdev --rereadpt with device name.
[libguestfs.git] / daemon / sfdisk.c
index bf62c1d..b595601 100644 (file)
@@ -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", device, NULL);
 
   udev_settle ();