]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
fusefs: VOP_FSYNC should be synchronous
authorasomers <asomers@FreeBSD.org>
Thu, 21 Mar 2019 21:53:55 +0000 (21:53 +0000)
committerasomers <asomers@FreeBSD.org>
Thu, 21 Mar 2019 21:53:55 +0000 (21:53 +0000)
commit66f5865e2db2ad1f4e59936713a430b36dc5833b
treea91fb6f8871167955ec6978631e19f01a306d2ba
parentca2dff63851f15e562ff79008e9320b5a196ecd8
fusefs: VOP_FSYNC should be synchronous

returning asynchronously pretty much defeats the point of fsync

PR: 236474
Sponsored by: The FreeBSD Foundation
sys/fs/fuse/fuse_internal.c
sys/fs/fuse/fuse_vnops.c
tests/sys/fs/fusefs/fsync.cc