X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2Fmount.c;h=98b94889f872e77ecfa5a4319eb4a729f1480d4f;hb=d81c0829ea4a99aadb98df37be9543a973269041;hp=be289dade5865327f65bea16481c733c318b1173;hpb=3135b8c378f9f98ae66e37fd79d305764334980d;p=libguestfs.git diff --git a/daemon/mount.c b/daemon/mount.c index be289da..98b9488 100644 --- a/daemon/mount.c +++ b/daemon/mount.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 @@ -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