CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2018/04/03 03:07:54
Modified files: sys/kern : vfs_syscalls.c Log message: Add proper FREF()/FRELE() dance in sys_fchdir(). The syscall doesn't sleep before a vnode reference is taken, so it doesn't stickly need the refcounts now. But they will be soon be used for parrallelism, so make it ready. ok bluhm@