cifs: remove unused list, add new cifs sock list to prepare for mount/umount fix
commit044deda3cd9f2df3e3a9df3c8b74d5b82e7ae6e6
authorSteve French <sfrench@us.ibm.com>
Fri, 21 Nov 2008 08:52:57 +0000 (21 14:22 +0530)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 5 Dec 2008 18:55:25 +0000 (5 10:55 -0800)
treef9474be3a9084a8045de81fd62b8ec0e86accda0
parenta0233adc5047d0033aa959f73e3e779ac72da99d
cifs: remove unused list, add new cifs sock list to prepare for mount/umount fix

commit fb396016647ae9de5b3bd8c4ee4f7b9cc7148bd5 upstream.

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>
Cc: Suresh Jayaraman <sjayaraman@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
fs/cifs/cifs_debug.c
fs/cifs/cifsfs.c
fs/cifs/cifsglob.h