CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/04/28 20:25:48
Modified files:
sys/kern : vfs_bio.c
Log message:
Ensure that if we are doing a delayed write with a NOCACHE buffer, we
clear the NOCACHE flag, since if we are doing a delayed write the buffer
must be cached or it is thrown away when the "write" is done.
fixes vnd on mfs regress tests.
ok kettenis@ deraadt@
