]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] v9fs: transport modules
authorEric Van Hensbergen <ericvh@gmail.com>
Fri, 9 Sep 2005 20:04:22 +0000 (13:04 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 9 Sep 2005 20:57:57 +0000 (13:57 -0700)
commitbb1e5e1b00da34690ed4eae03ec1cd6bafdc6dde
tree56124d6564412d5f88cf12ad4b216ec5a0a6867e
parentd8cd04af7eb3446cbef636f372ff94f9f36946f9
[PATCH] v9fs: transport modules

This part of the patch contains transport routines.

Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
Signed-off-by: Latchesar Ionkov <lucho@ionkov.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/9p/mux.c [new file with mode: 0644]
fs/9p/mux.h [new file with mode: 0644]
fs/9p/trans_fd.c [new file with mode: 0644]
fs/9p/trans_sock.c [new file with mode: 0644]
fs/9p/transport.h [new file with mode: 0644]
fs/9p/v9fs.c