X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=daemon%2Fmount.c;h=ab43c20a87bdcacbf909eaacc77d1decbc300db4;hp=be289dade5865327f65bea16481c733c318b1173;hb=f3341222b37f91d7f7fcdafe30b107ea9da9ad02;hpb=3135b8c378f9f98ae66e37fd79d305764334980d 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