]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
fuse(4): add tests for unlink, rmdir, and statfs
authorasomers <asomers@FreeBSD.org>
Wed, 6 Mar 2019 00:38:10 +0000 (00:38 +0000)
committerasomers <asomers@FreeBSD.org>
Wed, 6 Mar 2019 00:38:10 +0000 (00:38 +0000)
commitb44f72c879b193e98a85a5c3df9b56cb5a904de8
tree81bd596da873ebe70d971e0ad478648b0ddd4e5b
parent563ffcc30643d8f93b45569eec80ddb7489c7fe9
fuse(4): add tests for unlink, rmdir, and statfs

Also, combine some common code for sending cacheable negative lookup
responses.

Sponsored by: The FreeBSD Foundation
tests/sys/fs/fuse/Makefile
tests/sys/fs/fuse/create.cc
tests/sys/fs/fuse/lookup.cc
tests/sys/fs/fuse/mkdir.cc
tests/sys/fs/fuse/mockfs.cc
tests/sys/fs/fuse/mockfs.hh
tests/sys/fs/fuse/rename.cc
tests/sys/fs/fuse/rmdir.cc [new file with mode: 0644]
tests/sys/fs/fuse/statfs.cc [new file with mode: 0644]
tests/sys/fs/fuse/unlink.cc [new file with mode: 0644]