Source-Changes archive

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

CVS commit: [netbsd-10] src



Module Name:    src
Committed By:   martin
Date:           Wed Jun 21 16:50:22 UTC 2023

Modified Files:
        src/share/man/man9 [netbsd-10]: vnodeops.9
        src/sys/kern [netbsd-10]: vnode_if.src

Log Message:
Pull up following revision(s) (requested by hannken in ticket #197):

        sys/kern/vnode_if.src: revision 1.85
        share/man/man9/vnodeops.9: revision 1.101

VOP_IOCTL() is a wrapper around spec_ioctl() aka Xdev_ioctl() and
protected with spec_io_enter()/spec_io_exit() so there is no need
to force specific vnode locking.
Set locking requirement to '= = =' (unchanged, locked or unlocked).


To generate a diff of this commit:
cvs rdiff -u -r1.100 -r1.100.14.1 src/share/man/man9/vnodeops.9
cvs rdiff -u -r1.84 -r1.84.4.1 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