]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
fusefs: implement entry cache timeouts
authorasomers <asomers@FreeBSD.org>
Tue, 9 Apr 2019 17:23:34 +0000 (17:23 +0000)
committerasomers <asomers@FreeBSD.org>
Tue, 9 Apr 2019 17:23:34 +0000 (17:23 +0000)
commit5db2942e7dfc9103a740ca85a36f7db878f503dc
tree5220dd3da77d719fb97ca46d043c6af582028b9b
parent69af536139845f94317517f1c433e5af05a8ac06
fusefs: implement entry cache timeouts

Follow-up to r346046.  These two commits implement fuse cache timeouts for
both entries and attributes.  They also remove the vfs.fusefs.lookup_cache
enable sysctl, which is no longer needed now that cache timeouts are
honored.

PR: 235773
Sponsored by: The FreeBSD Foundation
sys/fs/fuse/fuse_internal.h
sys/fs/fuse/fuse_node.c
sys/fs/fuse/fuse_vnops.c
tests/sys/fs/fusefs/lookup.cc