]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
fusefs: convert statistical sysctls to use counter(9)
authorasomers <asomers@FreeBSD.org>
Thu, 27 Jun 2019 16:30:25 +0000 (16:30 +0000)
committerasomers <asomers@FreeBSD.org>
Thu, 27 Jun 2019 16:30:25 +0000 (16:30 +0000)
commit9381990466ef74b4ea90ba04ddb9c0579992f907
tree31025b4182fab9fcacf9ce37f114ec90084af8b9
parent51d5aa04510c6d1531a45725258220332e4d04b6
fusefs: convert statistical sysctls to use counter(9)

counter(9) is more performant than using atomic instructions to update
sysctls that just report statistics to userland.

Sponsored by: The FreeBSD Foundation
share/man/man5/fusefs.5
sys/fs/fuse/fuse.h
sys/fs/fuse/fuse_file.c
sys/fs/fuse/fuse_file.h
sys/fs/fuse/fuse_internal.c
sys/fs/fuse/fuse_internal.h
sys/fs/fuse/fuse_ipc.c
sys/fs/fuse/fuse_main.c
sys/fs/fuse/fuse_node.c
sys/fs/fuse/fuse_node.h
sys/fs/fuse/fuse_vnops.c