kernel-ark/fs/9p
Latchesar Ionkov a8e63bff52 [PATCH] v9fs: make copy of the transport prototype instead of using it directly
When a new session is created it uses a template object of the specified
transport type to instantiate its own copy.  The code for the making a copy of
the template object was lost, and the object itself is attached to the v9fs
session.  This leads to many sessions using the same transport instead of
having their own copy.

The patch puts back the code that makes a copy of the template object.

Signed-off-by: Latchesar Ionkov <lucho@ionkov.net>
Cc: Eric Van Hensbergen <ericvh@gmail.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2005-09-22 22:17:33 -07:00
..
9p.c
9p.h
conv.c [PATCH] v9fs: allocate the Rwalk qid array from the right conv buffer 2005-09-22 22:17:33 -07:00
conv.h
debug.h
error.c
error.h [PATCH] v9fs: fix handling of malformed 9P messages 2005-09-09 13:57:58 -07:00
fid.c
fid.h
Makefile
mux.c [PATCH] v9fs: fix handling of malformed 9P messages 2005-09-09 13:57:58 -07:00
mux.h [PATCH] v9fs: fix handling of malformed 9P messages 2005-09-09 13:57:58 -07:00
trans_fd.c
trans_sock.c [PATCH] v9fs: fix handling of malformed 9P messages 2005-09-09 13:57:58 -07:00
transport.h
v9fs_vfs.h
v9fs.c [PATCH] v9fs: make copy of the transport prototype instead of using it directly 2005-09-22 22:17:33 -07:00
v9fs.h
vfs_dentry.c
vfs_dir.c
vfs_file.c
vfs_inode.c
vfs_super.c