CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/02/01 01:57:27
Modified files:
sys/kern : kern_descrip.c sys_generic.c
sys/sys : file.h sysctl.h
Log message:
Make writes to the f_flag field of `struct file' MP-safe using atomic
operations. Since the type of f_flag must change in order to use the
atomic(9) API, reorder the struct in order to avoid padding; as pointed
out by tedu@.
ok mpi@ visa@
