]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Revert r345410, VOP_FSYNC change in ZFS vdev_file
authoravg <avg@FreeBSD.org>
Fri, 22 Mar 2019 17:44:47 +0000 (17:44 +0000)
committeravg <avg@FreeBSD.org>
Fri, 22 Mar 2019 17:44:47 +0000 (17:44 +0000)
commitc9511b5db6f8d55ebcb32af82fc11247328c6b84
treea17ffe5c704cd6ab06abdea643ab25e5c09bbce3
parent567c708165a9b034d01c0ba5f4ca4b3f899e34a0
Revert r345410, VOP_FSYNC change in ZFS vdev_file

I overlooked the fact that that VOP_FSYNC() call is not a FreeBSD VFS
call, but a macro that provides an illumos-compatible wrapper for the
FreeBSD operation.

PR: 236475
Reported by: lwhsu
Pointyhat to: avg
sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_file.c