From: Steve French Date: Fri, 21 Nov 2008 08:52:57 +0000 (+0530) Subject: cifs: remove unused list, add new cifs sock list to prepare for mount/umount fix X-Git-Tag: v2.6.27.8~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=044deda3cd9f2df3e3a9df3c8b74d5b82e7ae6e6;p=pandora-kernel.git 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 CC: Shirish Pargaonkar Signed-off-by: Steve French Cc: Suresh Jayaraman Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed