9p: rework client code to use new protocol support functions
authorEric Van Hensbergen <ericvh@gmail.com>
Thu, 16 Oct 2008 13:30:07 +0000 (08:30 -0500)
committerEric Van Hensbergen <ericvh@gmail.com>
Fri, 17 Oct 2008 16:04:45 +0000 (11:04 -0500)
commit51a87c552dfd428e304c865e24ecbe091556f226
tree6e9012962e6601b559dcf15ae3228647a8581a31
parentcb198131b0e7aba755ac164744536d461e86ab82
9p: rework client code to use new protocol support functions

Now that the new protocol functions are in place, this patch switches
the client code to using the new support code.

Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
12 files changed:
fs/9p/v9fs_vfs.h
fs/9p/vfs_dir.c
fs/9p/vfs_file.c
fs/9p/vfs_inode.c
fs/9p/vfs_super.c
include/net/9p/9p.h
include/net/9p/client.h
net/9p/client.c
net/9p/protocol.c
net/9p/protocol.h
net/9p/trans_fd.c
net/9p/util.c