CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2021/10/15 00:30:06
Modified files:
sys/kern : spec_vnops.c vfs_default.c vfs_sync.c
sys/miscfs/deadfs: dead_vnops.c
sys/miscfs/fifofs: fifo_vnops.c
sys/ntfs : ntfs_vnops.c
sys/sys : vnode.h
sys/ufs/mfs : mfs_vnops.c
Log message:
vnode: remove vop_generic_{,is,un}lock stub functions
These functions are only stubs (returning 0). Replace them with nullop
function (same behaviour). There is no intented behaviour changes.
While here, reorder some vop_islocked member in structs to be next
others vop_{,un}lock members.
ok visa@