]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
fuse(4): add tests for FUSE_DESTROY, FUSE_FORGET, and unlinking open files
authorasomers <asomers@FreeBSD.org>
Fri, 15 Mar 2019 14:49:27 +0000 (14:49 +0000)
committerasomers <asomers@FreeBSD.org>
Fri, 15 Mar 2019 14:49:27 +0000 (14:49 +0000)
commita6daa373e6d58867e714d6ed8e0f46100ac9b011
tree5aaf9e5d29368993e17b587daeff69eaa53aa321
parent18e50c3d98a58c669a8f0d6ead0a9b38b19367f4
fuse(4): add tests for FUSE_DESTROY, FUSE_FORGET, and unlinking open files

Sponsored by: The FreeBSD Foundation
tests/sys/fs/fuse/Makefile
tests/sys/fs/fuse/destroy.cc [new file with mode: 0644]
tests/sys/fs/fuse/mockfs.cc
tests/sys/fs/fuse/unlink.cc