From 0c12bb634c60d7dca7b9d8936835efbb75a7fdfa Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 10 May 2015 11:12:32 +0200 Subject: fixed noatime --- pgfuse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ), -- cgit v1.2.3-54-g00ecf