commit | 044c7768841f1ef39f951972d3c1e6537a535030 | [log] [tgz] |
---|---|---|
author | Eric Van Hensbergen <ericvh@gmail.com> | Mon Oct 13 18:45:23 2008 -0500 |
committer | Eric Van Hensbergen <ericvh@gmail.com> | Fri Oct 17 11:04:41 2008 -0500 |
tree | daf783f7b345fe34fb1c9ee5b921c111deadc143 | |
parent | 21c003687e2d1c589cf177a3ba17fd439af94850 [diff] |
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: Eric Van Hensbergen <ericvh@gmail.com>