CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2020/07/14 00:02:50

Modified files:
        sys/kern       : vfs_bio.c 

Log message:
Do not convert the NOCACHE buffers that come from a vnd strategy routine
into more delayed writes if the vnd is mounted from a file on an MNT_ASYNC
filesystem. This prevents a situaiton where the cleaner can not clean
delayed writes out without making more delayed writes, and we end up
waiting for the syncer to spit things occasionaly when it runs.

noticed and reported by sven falempin <[email protected]> on tech,
who validated this fixes his issue.

ok krw@

Reply via email to