On Sun, Oct 16, 2016 at 10:24:06AM +0200, Stefan Fritsch wrote: > On Sun, 16 Oct 2016, Stefan Fritsch wrote: > > > * When a R/W mount is updated to R/O. I will send patches for this in a > > > separate mail. > > Part 2: Use it > > > msdosfs & ffs: flush cache if updating mount to r/o > > Other filesystems can be changed later. > > ok?
OK bluhm@ > + /* may be not supported, ignore error */ > + VOP_IOCTL(pmp->pm_devvp, DIOCCACHESYNC, &force, > FWRITE, FSCRED, p); This line is too long.