From: Miklos Szeredi Date: Thu, 3 May 2007 11:56:02 +0000 (+0000) Subject: fix X-Git-Tag: fuse_2_7_0_rc1 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=56ef5d3a1d2b56fa6a0c60f2d8df1393784aa90e;p=qemu-gpiodev%2Flibfuse.git fix --- diff --git a/lib/mount_util.c b/lib/mount_util.c index b82ab3b..02b2731 100644 --- a/lib/mount_util.c +++ b/lib/mount_util.c @@ -44,11 +44,6 @@ int fuse_mnt_add_mount(const char *progname, const char *fsname, progname); exit(1); } - if (mkdir(tmp, 0) == -1) { - fprintf(stderr, "%s: failed to mkdir %s: %s\n", progname, tmp, - strerror(errno)); - exit(1); - } if (chdir(tmp)) { fprintf(stderr, "%s: failed to chdir to %s: %s\n", progname, tmp, strerror(errno));