[CIFS] remove unused list, add new cifs sock list to prepare for mount/umount fix
authorSteve French <sfrench@us.ibm.com>
Thu, 13 Nov 2008 20:04:07 +0000 (20:04 +0000)
committerSteve French <sfrench@us.ibm.com>
Thu, 13 Nov 2008 20:04:07 +0000 (20:04 +0000)
Also adds two lines missing from the previous patch (for the need reconnect flag in the
/proc/fs/cifs/DebugData handling)

The new global_cifs_sock_list is added, and initialized in init_cifs but not used yet.
Jeff Layton will be adding code in to use that and to remove the GlobalTcon and GlobalSMBSession
lists.

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

No differences found