Fixed relatime as a default mount option (had become atime)
parent
47a4b0ba17
commit
2be8e64049
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue