CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2020/03/30 03:08:10
Modified files: sys/kern : vfs_vops.c Log message: Document that `a_p' is always curproc by using a KASSERT(). This will allows for future simplifications of the VFS interfaces. Tested in a bulk by naddy@ and visa@. ok visa@, anton@