summaryrefslogtreecommitdiff
path: root/lib/librefuse
diff options
context:
space:
mode:
authorpooka <pooka@NetBSD.org>2007-12-27 11:39:06 +0000
committerpooka <pooka@NetBSD.org>2007-12-27 11:39:06 +0000
commitcb36cc5493434a2bf40acfca17a49108f985dbbb (patch)
treedd7c0fc5156fde061fbf7c79b321312cae350fb4 /lib/librefuse
parentcbd61cd9a610880c589daceca6bf87a5c207fbff (diff)
Uncommit accidentally committed PUFFS_FLAG_OPDUMP.
overextensive library verbosity noticed by riz
Diffstat (limited to 'lib/librefuse')
-rw-r--r--lib/librefuse/refuse.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/librefuse/refuse.c b/lib/librefuse/refuse.c
index a431530bee3..65429c567fb 100644
--- a/lib/librefuse/refuse.c
+++ b/lib/librefuse/refuse.c
@@ -1,4 +1,4 @@
-/* $NetBSD: refuse.c,v 1.86 2007/12/12 16:37:56 xtraeme Exp $ */
+/* $NetBSD: refuse.c,v 1.87 2007/12/27 11:39:06 pooka Exp $ */
/*
* Copyright © 2007 Alistair Crooks. All rights reserved.
@@ -31,7 +31,7 @@
#include <sys/cdefs.h>
#if !defined(lint)
-__RCSID("$NetBSD: refuse.c,v 1.86 2007/12/12 16:37:56 xtraeme Exp $");
+__RCSID("$NetBSD: refuse.c,v 1.87 2007/12/27 11:39:06 pooka Exp $");
#endif /* !lint */
#include <sys/types.h>
@@ -1314,7 +1314,6 @@ fuse_new(struct fuse_chan *fc, struct fuse_args *args,
pu = puffs_init(pops, _PATH_PUFFS, name, fuse,
PUFFS_FLAG_BUILDPATH
| PUFFS_FLAG_HASHPATH
- | PUFFS_FLAG_OPDUMP
| PUFFS_KFLAG_NOCACHE);
if (pu == NULL) {
err(EXIT_FAILURE, "puffs_init");