9p: remove 9p fcall debug prints
authorEric Van Hensbergen <ericvh@gmail.com>
Thu, 16 Oct 2008 13:29:31 +0000 (08:29 -0500)
committerEric Van Hensbergen <ericvh@gmail.com>
Fri, 17 Oct 2008 16:04:44 +0000 (11:04 -0500)
commit51d71f9f7a639c8a39401de1ec5ce9b0b6476c99
treea4030ff517c58c3a3ab027417d7299daca61bbf9
parentace51c4dd2f968f427c4627023759ae7e3786cba
9p: remove 9p fcall debug prints

One of the current debug options allows users to get a verbose dump of fcalls.
This isn't really necessary as correctly parsed protocol frames can be printed
as part of the code in the client functions.  The consolidated printfcalls
structure would require new entries to be added for every extension.  This
patch removes the debug print methods and their use.

Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
include/net/9p/9p.h
net/9p/Makefile
net/9p/client.c
net/9p/fcprint.c [deleted file]
net/9p/trans_fd.c