vnode: remove vop_generic_{,is,un}lock stub functions
authorsemarie <semarie@openbsd.org>
Fri, 15 Oct 2021 06:30:06 +0000 (06:30 +0000)
committersemarie <semarie@openbsd.org>
Fri, 15 Oct 2021 06:30:06 +0000 (06:30 +0000)
commit413a7ab5e7365d172429ea343dea3fbee8673bcd
tree3ff7a1b61668c3555324c4c02f0d7a7fecb4c23d
parent936ea052de1ee9a63fc313657b76fb830a2b4a2d
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@
sys/kern/spec_vnops.c
sys/kern/vfs_default.c
sys/kern/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