Fixed relatime as a default mount option (had become atime)

edge.strict_endians
Jean-Pierre André 2011-07-05 12:17:29 +02:00
parent 47a4b0ba17
commit 2be8e64049
1 changed files with 0 additions and 1 deletions

View File

@ -189,7 +189,6 @@ char *parse_mount_options(ntfs_fuse_context_t *ctx,
ctx->efs_raw = FALSE;
#endif /* HAVE_SETXATTR */
ctx->compression = DEFAULT_COMPRESSION;
ctx->atime = ATIME_ENABLED;
options = strdup(orig_opts ? orig_opts : "");
if (!options) {
ntfs_log_perror("%s: strdup failed", EXEC_NAME);