NetBSD-Bugs archive

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

PR/38762 CVS commit: src/sys/kern



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

From: "Juergen Hannken-Illjes" <hannken%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/38762 CVS commit: src/sys/kern
Date: Mon, 11 Jul 2011 08:23:01 +0000

 Module Name:   src
 Committed By:  hannken
 Date:          Mon Jul 11 08:23:01 UTC 2011
 
 Modified Files:
        src/sys/kern: vnode_if.sh vnode_if.src
 
 Log Message:
 Change VOP_BWRITE() to take a vnode as its first argument like all other
 VOPs do.  Layered file systems no longer have to modify bp->b_vp and run
 into trouble when an async VOP_BWRITE() uses the wrong vnode.
 
 Adresses PR kern/38762 panic: vwakeup: neg numoutput
 
 No objections from tech-kern@.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.57 -r1.58 src/sys/kern/vnode_if.sh
 cvs rdiff -u -r1.61 -r1.62 src/sys/kern/vnode_if.src
 
 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