9p: encapsulate version function
authorEric Van Hensbergen <ericvh@gmail.com>
Tue, 14 Oct 2008 01:36:14 +0000 (20:36 -0500)
committerEric Van Hensbergen <ericvh@gmail.com>
Fri, 17 Oct 2008 16:04:43 +0000 (11:04 -0500)
commit6936bf60d2c407449c09e3f28ec0301e1f937106
tree222ca66d663958ff44e7d196f17d1ed0d2cb37d6
parent06b55b464ee5b305aca75cb7d9424b184bf07f68
9p: encapsulate version function

Alsmot all 9P client wire functions have their own (set of) functions.
Tversion is an exception as its encapsulated into the client_create code.

This patch moves the protocol specifics of this to a function to match the
rest of the code.

Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
net/9p/client.c