]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
fusefs: inline fuse_io_dispatch
authorAlan Somers <asomers@FreeBSD.org>
Sun, 5 Dec 2021 21:25:17 +0000 (14:25 -0700)
committerAlan Somers <asomers@FreeBSD.org>
Mon, 3 Jan 2022 02:54:39 +0000 (19:54 -0700)
commitd056bc6f401a01115b6f5fed532c5ce58c0b0414
treecf9ff6a0082457d1dd40e230680b1efccb911b4f
parent139764c4613cde14c97ff8dd8007eb0f27f5fb9f
fusefs: inline fuse_io_dispatch

This function was always confusing, because it created an H-shaped
callgraph: two functions called in and left via different paths based on
which which called.

(cherry picked from commit dc433e1530af26b0430d66c06c342889e9609590)
sys/fs/fuse/fuse_io.c
sys/fs/fuse/fuse_io.h
sys/fs/fuse/fuse_vnops.c