From: Eric Van Hensbergen Date: Mon, 13 Oct 2008 23:45:23 +0000 (-0500) Subject: 9p: eliminate callback complexity X-Git-Tag: v2.6.28-rc1~95^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=044c7768841f1ef39f951972d3c1e6537a535030;p=pandora-kernel.git 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 --- Reading git-diff-tree failed