summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pgfuse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pgfuse.c b/pgfuse.c
index beabf14..5dc5f53 100644
--- a/pgfuse.c
+++ b/pgfuse.c
@@ -1586,7 +1586,7 @@ enum {
static struct fuse_opt pgfuse_opts[] = {
PGFUSE_OPT( "ro", read_only, 1 ),
- PGFUSE_OPT( "noatime", noatime, 0 ),
+ PGFUSE_OPT( "noatime", noatime, 1 ),
PGFUSE_OPT( "blocksize=%d", block_size, DEFAULT_BLOCK_SIZE ),
FUSE_OPT_KEY( "-h", KEY_HELP ),
FUSE_OPT_KEY( "--help", KEY_HELP ),