X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2Fmount.c;h=ab43c20a87bdcacbf909eaacc77d1decbc300db4;hb=2f6ec8b4da27c550e2c7187fd17df28f1bdd51a7;hp=be289dade5865327f65bea16481c733c318b1173;hpb=3135b8c378f9f98ae66e37fd79d305764334980d;p=libguestfs.git diff --git a/daemon/mount.c b/daemon/mount.c index be289da..ab43c20 100644 --- a/daemon/mount.c +++ b/daemon/mount.c @@ -123,7 +123,7 @@ do_mount_vfs (const char *options, const char *vfstype, int do_mount (const char *device, const char *mountpoint) { - return do_mount_vfs ("sync,noatime", NULL, device, mountpoint); + return do_mount_vfs ("", NULL, device, mountpoint); } int