]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Do not call msdosfs_sync() on the read-only msdosfs mounts. In fact,
authorKonstantin Belousov <kib@FreeBSD.org>
Sun, 5 Apr 2015 21:10:38 +0000 (21:10 +0000)
committerKonstantin Belousov <kib@FreeBSD.org>
Sun, 5 Apr 2015 21:10:38 +0000 (21:10 +0000)
commit2359e2dcc3a2fda427feea98ea45899101fc9da1
tree3699ad3f34978df62b7cf5a8392f0f28bd609771
parent420d65d9e467d41c2951dcf2c0495282670c85d1
Do not call msdosfs_sync() on the read-only msdosfs mounts.  In fact,
it should be a nop for ro.

PR: 199152
Reviewed by: bde (PR version of the patch)
Submitted by: longwitz@incore.de
MFC after: 1 week
sys/fs/msdosfs/msdosfs_vfsops.c