cifs: reinstate sharing of tree connections
authorJeff Layton <jlayton@redhat.com>
Sat, 15 Nov 2008 16:12:47 +0000 (11:12 -0500)
committerSteve French <sfrench@us.ibm.com>
Mon, 17 Nov 2008 03:14:12 +0000 (03:14 +0000)
Use a similar approach to the SMB session sharing. Add a list of tcons
attached to each SMB session. Move the refcount to non-atomic. Protect
all of the above with the cifs_tcp_ses_lock. Add functions to
properly find and put references to the tcons.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>

No differences found