Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
Module Name: src
Committed By: riastradh
Date: Sat Apr 22 13:52:46 UTC 2023
Modified Files:
src/sys/kern: kern_descrip.c sys_descrip.c vfs_vnops.c
src/sys/sys: file.h
Log Message:
file(9): New fo_advlock operation.
This moves the vnode-specific logic from sys_descrip.c into
vfs_vnode.c, like we did for fo_seek.
XXX kernel revbump -- struct fileops API and ABI change
To generate a diff of this commit:
cvs rdiff -u -r1.255 -r1.256 src/sys/kern/kern_descrip.c
cvs rdiff -u -r1.40 -r1.41 src/sys/kern/sys_descrip.c
cvs rdiff -u -r1.238 -r1.239 src/sys/kern/vfs_vnops.c
cvs rdiff -u -r1.89 -r1.90 src/sys/sys/file.h
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