OpenBSD cvs log

created 2022-04-05T08:41:08Z
begin 2022-03-27T00:00:00Z
end 2022-03-28T00:00:00Z
path src/sys
commits 1

date 2022-03-27T16:19:39Z
author semarie
files src/sys/kern/vfs_subr.c log diff annotate
src/sys/sys/vnode.h log diff annotate
message sys/vnode.h cleanup for vnode_hold_list, vnode_free_list, struct freelst

vnode_hold_list and vnode_free_list aren't used outside kern/vfs_subr.c

move `struct freelst` where used in kern/vfs_subr.c

no intented behaviour changes. survived a release(8) build.

ok millert@