g/c bit about MNT_NOATIME being mandatory. it obvious isn't since

the code was #if 0'd out.
This commit is contained in:
pooka 2007-06-26 13:20:34 +00:00
parent aa994dbf76
commit a5c38fbcdf
1 changed files with 2 additions and 7 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: psshfs.c,v 1.29 2007/06/06 01:55:03 pooka Exp $ */
/* $NetBSD: psshfs.c,v 1.30 2007/06/26 13:20:34 pooka Exp $ */
/*
* Copyright (c) 2006 Antti Kantee. All Rights Reserved.
@ -41,7 +41,7 @@
#include <sys/cdefs.h>
#ifndef lint
__RCSID("$NetBSD: psshfs.c,v 1.29 2007/06/06 01:55:03 pooka Exp $");
__RCSID("$NetBSD: psshfs.c,v 1.30 2007/06/26 13:20:34 pooka Exp $");
#endif /* !lint */
#include <sys/types.h>
@ -138,11 +138,6 @@ main(int argc, char *argv[])
argc -= optind;
argv += optind;
#if 0
/* XXX: noatime is mandatory for now */
mntflags |= MNT_NOATIME;
#endif
if (pflags & PUFFS_FLAG_OPDUMP)
lflags |= PUFFSLOOP_NODAEMON;
pflags |= PUFFS_FLAG_BUILDPATH;