Module Name: src
Committed By: pooka
Date: Mon Oct 19 17:34:07 UTC 2009
Modified Files:
src/lib/libp2k: p2k.c
Log Message:
Default "recycle" to false in inactive. File system drivers do
not always set it.
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/lib/libp2k/p2k.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libp2k/p2k.c
diff -u src/lib/libp2k/p2k.c:1.26 src/lib/libp2k/p2k.c:1.27
--- src/lib/libp2k/p2k.c:1.26 Sun Oct 18 19:36:41 2009
+++ src/lib/libp2k/p2k.c Mon Oct 19 17:34:07 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: p2k.c,v 1.26 2009/10/18 19:36:41 pooka Exp $ */
+/* $NetBSD: p2k.c,v 1.27 2009/10/19 17:34:07 pooka Exp $ */
/*
* Copyright (c) 2007, 2008, 2009 Antti Kantee. All Rights Reserved.
@@ -1210,7 +1210,7 @@
{
struct p2k_node *p2n = opc;
struct vnode *vp = OPC2VP(opc);
- bool recycle;
+ bool recycle = false;
int rv;
/* deadfs */