git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06b55b4
)
9p: encapsulate version function
author
Eric Van Hensbergen
<ericvh@gmail.com>
Tue, 14 Oct 2008 01:36:14 +0000
(20:36 -0500)
committer
Eric Van Hensbergen
<ericvh@gmail.com>
Fri, 17 Oct 2008 16:04:43 +0000
(11:04 -0500)
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>
No differences found