From: Jeff Layton Date: Sat, 15 Nov 2008 16:12:47 +0000 (-0500) Subject: cifs: reinstate sharing of tree connections X-Git-Tag: v2.6.28-rc6~58^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1987b44f642e96176adc88b7ce23a1d74806f89;p=pandora-kernel.git cifs: reinstate sharing of tree connections 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 Signed-off-by: Steve French --- Reading git-diff-tree failed