diff options
-rw-r--r-- | libdiskfs/opts-std-runtime.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdiskfs/opts-std-runtime.c b/libdiskfs/opts-std-runtime.c index 1937bdbd..c619835f 100644 --- a/libdiskfs/opts-std-runtime.c +++ b/libdiskfs/opts-std-runtime.c @@ -124,7 +124,7 @@ parse_opt (int opt, char *arg, struct argp_state *state) h->sync = diskfs_synchronous; h->sync_interval = -1; h->remount = 0; - h->nosuid = h->noexec = -1; + h->nosuid = h->noexec = h->noatime = -1; /* We know that we have one child, with which we share our hook. */ state->child_inputs[0] = h; |