CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/04/09 03:59:32
Modified files:
sys/kern : vfs_lookup.c
Log message:
Do a FREF()/FRELE() dance after fd_getfile() and before calling vref(9)
in namei(9).
So we're sure the 'struct file *' won't disapear behind our back when we
go parrallel.
ok visa@, bluhm@
