aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorLatchesar Ionkov <[email protected]>2005-09-22 21:43:51 -0700
committerLinus Torvalds <[email protected]>2005-09-22 22:17:33 -0700
commita8e63bff521f0387fb4f4e486dede0e78dca8f41 (patch)
tree8267e3f5e8a5eb3d6fe92659def6f5bee1190b03 /scripts
parent5b067676234715051cbde87083c36c8ea83f77b8 (diff)
[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 <[email protected]> Cc: Eric Van Hensbergen <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions