Source-Changes archive

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

CVS commit: src/sys/kern



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