CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2017/05/29 08:08:49
Modified files: sys/scsi : sd.c Log message: sd: flush cache when closing writable FD Don't skip the cache flush until the last opening of the device is closed. Otherwise, when umounting a writable partition while a different partition is still mounted read-only, the necessary disk flush may be delayed for a very long time. ok krw@ deraadt@