X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2Fsfdisk.c;h=8221ffa8561f1d99502ec1010fb0aba3c3a03604;hb=d81c0829ea4a99aadb98df37be9543a973269041;hp=99a18bb144e8ee0017f0c203005dc5d3eab9d3cf;hpb=956fc5a3feacc970ea763697bf28fb686c875408;p=libguestfs.git diff --git a/daemon/sfdisk.c b/daemon/sfdisk.c index 99a18bb..8221ffa 100644 --- a/daemon/sfdisk.c +++ b/daemon/sfdisk.c @@ -13,7 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #include @@ -89,8 +89,6 @@ sfdisk (const char *device, int n, int cyls, int heads, int sectors, return -1; } - udev_settle (); - /* sfdisk sometimes fails on fast machines with: * * Re-reading the partition table ... @@ -103,7 +101,11 @@ sfdisk (const char *device, int n, int cyls, int heads, int sectors, * other component. In any case, reread the partition table * unconditionally here. */ - return do_blockdev_rereadpt (device); + (void) command (NULL, NULL, "blockdev", "--rereadpt", device, NULL); + + udev_settle (); + + return 0; } int