]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
fuse(4): add tests for FUSE_OPENDIR, FUSE_FSYNC, and FUSE_FSYNCDIR
authorasomers <asomers@FreeBSD.org>
Mon, 11 Mar 2019 22:29:56 +0000 (22:29 +0000)
committerasomers <asomers@FreeBSD.org>
Mon, 11 Mar 2019 22:29:56 +0000 (22:29 +0000)
commitfe0d2d5f128eca9189ca9fe489f92657b2ede3c0
tree722220e6881c9baa3eeeb42e66a9b5e06123d9a1
parent024025b748a9a14cd179c9681e70ebedc3f831b2
fuse(4): add tests for FUSE_OPENDIR, FUSE_FSYNC, and FUSE_FSYNCDIR

And one more for FUSE_WRITE, too.

PR: 236379
PR: 236473
PR: 236474
Sponsored by: The FreeBSD Foundation
tests/sys/fs/fuse/Makefile
tests/sys/fs/fuse/fsync.cc [new file with mode: 0644]
tests/sys/fs/fuse/fsyncdir.cc [new file with mode: 0644]
tests/sys/fs/fuse/mockfs.cc
tests/sys/fs/fuse/mockfs.hh
tests/sys/fs/fuse/opendir.cc [new file with mode: 0644]
tests/sys/fs/fuse/write.cc