CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2018/03/28 03:47:52
Modified files: sys/kern : vfs_syscalls.c Log message: Call FREF() right after fd_getfile*() in pread(), prwrite() & co. This ensure that all operations manipulating a 'struct file *' do so with a properly refcounted element. ok visa@, tedu@, bluhm@