CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/03/13 04:07:01
Modified files:
sys/kern : kern_descrip.c vfs_syscalls.c
sys/sys : file.h sysctl.h
Log message:
In order to unlock flock(2), make writes to the f_iflags field of struct
file atomic. This also gets rid of the last kernel lock protected field
in the scope of struct file.
ok mpi@ visa@
