CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/03/28 03:49:28
Modified files:
sys/kern : kern_descrip.c
Log message:
Call FREF() right after fd_getfile() in sys_flock().
This ensure that all operations manipulating a 'struct file *' do so
with a properly refcounted element.
ok visa@, bluhm@
