Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libp2k Default "recycle" to false in inactive. File sys...



details:   https://anonhg.NetBSD.org/src/rev/3d5b5c6bfa66
branches:  trunk
changeset: 748287:3d5b5c6bfa66
user:      pooka <pooka%NetBSD.org@localhost>
date:      Mon Oct 19 17:34:07 2009 +0000

description:
Default "recycle" to false in inactive.  File system drivers do
not always set it.

diffstat:

 lib/libp2k/p2k.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 36ae2ef6c3f8 -r 3d5b5c6bfa66 lib/libp2k/p2k.c
--- a/lib/libp2k/p2k.c  Mon Oct 19 14:43:46 2009 +0000
+++ b/lib/libp2k/p2k.c  Mon Oct 19 17:34:07 2009 +0000
@@ -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 */



Home | Main Index | Thread Index | Old Index