CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/10/25 04:24:54
Modified files:
sys/kern : kern_descrip.c vfs_subr.c vfs_vnops.c
sys/sys : file.h
Log message:
Revert commitid: ufM9BcSbXqfLpzBH;
Move vfs_stall_barrier() from the fd layer into vn_lock() and the vfs layer.
In some cases it can result in a deadlock while suspending.
Discussed with mpi@ and deraadt@
