Author :
beck
Date :
2020-07-14 06:02:50
Hash :1a9b7fd9 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 <sven.falempin@gmail.com> on tech,
who validated this fixes his issue.
ok krw@