-
- Downloads
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 <jlayton@redhat.com> Signed-off-by:
Steve French <sfrench@us.ibm.com>
Showing
- fs/cifs/cifs_debug.c 128 additions, 108 deletionsfs/cifs/cifs_debug.c
- fs/cifs/cifsfs.c 4 additions, 4 deletionsfs/cifs/cifsfs.c
- fs/cifs/cifsglob.h 8 additions, 5 deletionsfs/cifs/cifsglob.h
- fs/cifs/cifssmb.c 12 additions, 31 deletionsfs/cifs/cifssmb.c
- fs/cifs/connect.c 62 additions, 31 deletionsfs/cifs/connect.c
- fs/cifs/misc.c 35 additions, 39 deletionsfs/cifs/misc.c
Loading
Please register or sign in to comment