Skip to content
Commit 044c7768 authored by Eric Van Hensbergen's avatar Eric Van Hensbergen
Browse files

9p: eliminate callback complexity



The current trans_fd rpc mechanisms use a dynamic callback mechanism which
introduces a lot of complexity which only accomodates a single special case.
This patch removes much of that complexity in favor of a simple exception
mechanism to deal with flushes.

Signed-off-by: default avatarEric Van Hensbergen <ericvh@gmail.com>
parent 21c00368
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment