This also eliminates unsafe use of VFS_SYNC(MNT_WAIT).
Requested by: mckusick
Tested by: pho
Differential D27269
msdosfs: suspend around umount or remount rw->ro. kib on Nov 18 2020, 2:43 PM. Authored by Tags None Referenced Files
Details This also eliminates unsafe use of VFS_SYNC(MNT_WAIT). Requested by: mckusick
Diff Detail
Event TimelineComment Actions Fix bug in unmount, do not resume writes when we did not suspended them, on error. Comment Actions Thanks for doing this cleanup. This looks good to me, though I had a question on one detail.
Comment Actions Belatedly, these changes look good and in particular get rid of VOP_SYNC(..., MNT_WAIT). |