NetBSD-Bugs archive

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

PR/43456 CVS commit: src



The following reply was made to PR kern/43456; it has been noted by GNATS.

From: "Juergen Hannken-Illjes" <hannken%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/43456 CVS commit: src
Date: Mon, 10 Jan 2011 11:11:04 +0000

 Module Name:   src
 Committed By:  hannken
 Date:          Mon Jan 10 11:11:04 UTC 2011
 
 Modified Files:
        src/sys/miscfs/genfs: layer_extern.h layer_vnops.c
        src/sys/miscfs/nullfs: null_vnops.c
        src/sys/miscfs/overlay: overlay_vnops.c
        src/sys/miscfs/umapfs: umap_vnops.c
        src/tests/fs/ptyfs: t_nullpts.c
 
 Log Message:
 Add layer_revoke() that adjusts the lower vnode use count to be at least as
 high as the upper vnode count before passing down the VOP_REVOKE().
 
 This way vclean() check for active (vp->v_usecount > 1) vnodes gets it right.
 
 Should fix PR kern/43456.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.26 -r1.27 src/sys/miscfs/genfs/layer_extern.h
 cvs rdiff -u -r1.44 -r1.45 src/sys/miscfs/genfs/layer_vnops.c
 cvs rdiff -u -r1.36 -r1.37 src/sys/miscfs/nullfs/null_vnops.c
 cvs rdiff -u -r1.17 -r1.18 src/sys/miscfs/overlay/overlay_vnops.c
 cvs rdiff -u -r1.50 -r1.51 src/sys/miscfs/umapfs/umap_vnops.c
 cvs rdiff -u -r1.4 -r1.5 src/tests/fs/ptyfs/t_nullpts.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index