From d496df34f83d6bb342900e599507d1f75721ec47 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 12 Oct 1999 07:11:11 +0000 Subject: 1999-10-12 Roland McGrath * opts-std-runtime.c (parse_opt: ARGP_KEY_INIT): Initialize H->noatime. --- libdiskfs/opts-std-runtime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3